#5D33AF

Color #5D33AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5D33AF

Tints of Purple Heart #5D33AF

Color information

#5D33AF (or 0x5D33AF) is unknown color: approx Purple Heart. HEX triplet: 5D, 33 and AF. RGB value is (93,51,175). Sum of RGB (Red+Green+Blue) = 93+51+175=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D33AF is #A2CC50. Grayscale: #4D4D4D. Windows color (decimal): -10669137 or 11481949. OLE color: 11481949.

HSL color Cylindrical-coordinate representation of color #5D33AF: hue angle of 260.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D33AF is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9351175-
CMYK0.470.7100.31
HSL260.32º54.87%44.31%-
HSV(B)260.32º70.86%68.63%-
XYZ13.447.7941.35-
YUV77.69182.91138.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 29.15%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=29.15%
G=15.99%
B=54.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93511750.470.7100.31260.3254.8744.31
Hex5D33AF2F4701F104372c
Octal13563257571070374046754
Binary1011101110011101011111011111000111011111100000100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D33AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D33AF; }

 p { color: rgb(93,51,175); }

 H1.HeaderClassName
 {
   color: #5D33AF;
 }
 .AnyTagClassName
 {
   color: #5D33AF;
 }
</style>
background-color css

<style>
 a { background-color: #5D33AF; }

 a { background-color: rgb(93,51,175); }

 div.DivClassName
 {
   background-color: #5D33AF;
 }
 .BgClassName
 {
   background-color: #5D33AF;
 }
</style>
border-color css

<style>
 span { border-color: #5D33AF; }

 span { border-color: rgb(93,51,175); }

 td.TdClassName
 {
   border-color: #5D33AF;
 }
 .TagClassName
 {
   border-color: #5D33AF;
 }
</style>