#5D3EB3

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

Shades of Purple Heart #5D3EB3

Tints of Purple Heart #5D3EB3

Color information

#5D3EB3 (or 0x5D3EB3) is unknown color: approx Purple Heart. HEX triplet: 5D, 3E and B3. RGB value is (93,62,179). Sum of RGB (Red+Green+Blue) = 93+62+179=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #5D3EB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3EB3 is #A2C14C. Grayscale: #545454. Windows color (decimal): -10666317 or 11746909. OLE color: 11746909.

HSL color Cylindrical-coordinate representation of color #5D3EB3: hue angle of 255.9º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D3EB3 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9362179-
CMYK0.480.6500.30
HSL255.9º48.55%47.25%-
HSV(B)255.9º65.36%70.2%-
XYZ14.379.0343.63-
YUV84.61181.27133.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.84%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 179 (70.31% from 255) = 53.59%
R=27.84%
G=18.56%
B=53.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal93621790.480.6500.30255.948.5547.25
Hex5D3EB3304101E100312f
Octal13576263601010364006157
Binary1011101111110101100111100001000001011110100000000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,62,179); }

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

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

 a { background-color: rgb(93,62,179); }

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

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

 span { border-color: rgb(93,62,179); }

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