#5D2CBB

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

Shades of Purple Heart #5D2CBB

Tints of Purple Heart #5D2CBB

Color information

#5D2CBB (or 0x5D2CBB) is unknown color: approx Purple Heart. HEX triplet: 5D, 2C and BB. RGB value is (93,44,187). Sum of RGB (Red+Green+Blue) = 93+44+187=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D2CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2CBB is #A2D344. Grayscale: #4A4A4A. Windows color (decimal): -10670917 or 12266589. OLE color: 12266589.

HSL color Cylindrical-coordinate representation of color #5D2CBB: hue angle of 260.56º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2CBB is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9344187-
CMYK0.500.7600.27
HSL260.56º61.9%45.29%-
HSV(B)260.56º76.47%73.33%-
XYZ14.387.7247.74-
YUV74.95191.23140.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.70%
GREEN value IS 44 (17.58% from 255) = 13.58%
BLUE value IS 187 (73.44% from 255) = 57.72%
R=28.70%
G=13.58%
B=57.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93441870.500.7600.27260.5661.945.29
Hex5D2CBB324C01B1053e2d
Octal13554273621140334057655
Binary1011101101100101110111100101001100011011100000101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,44,187); }

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

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

 a { background-color: rgb(93,44,187); }

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

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

 span { border-color: rgb(93,44,187); }

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