#5D2ACB

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

Shades of Purple Heart #5D2ACB

Tints of Purple Heart #5D2ACB

Color information

#5D2ACB (or 0x5D2ACB) is unknown color: approx Purple Heart. HEX triplet: 5D, 2A and CB. RGB value is (93,42,203). Sum of RGB (Red+Green+Blue) = 93+42+203=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D2ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2ACB is #A2D534. Grayscale: #4B4B4B. Windows color (decimal): -10671413 or 13314653. OLE color: 13314653.

HSL color Cylindrical-coordinate representation of color #5D2ACB: hue angle of 259.01º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D2ACB is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9342203-
CMYK0.540.7900.20
HSL259.01º65.71%48.04%-
HSV(B)259.01º79.31%79.61%-
XYZ16.128.2957.25-
YUV75.6199.9140.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.51%
GREEN value IS 42 (16.80% from 255) = 12.43%
BLUE value IS 203 (79.69% from 255) = 60.06%
R=27.51%
G=12.43%
B=60.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal93422030.540.7900.20259.0165.7148.04
Hex5D2ACB364F0141034230
Octal135523136611702440310260
Binary10111011010101100101111011010011110101001000000111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,42,203); }

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

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

 a { background-color: rgb(93,42,203); }

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

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

 span { border-color: rgb(93,42,203); }

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