#5C2DB3

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

Shades of Purple Heart #5C2DB3

Tints of Purple Heart #5C2DB3

Color information

#5C2DB3 (or 0x5C2DB3) is unknown color: approx Purple Heart. HEX triplet: 5C, 2D and B3. RGB value is (92,45,179). Sum of RGB (Red+Green+Blue) = 92+45+179=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 179 (70.31% from 255 or 56.65% from 316); Max value from RGB is 179 - color contains mainly: blue. Hex color #5C2DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2DB3 is #A3D24C. Grayscale: #494949. Windows color (decimal): -10736205 or 11742556. OLE color: 11742556.

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

Color convert

RGB9245179-
CMYK0.490.7500.30
HSL261.04º59.82%43.92%-
HSV(B)261.04º74.86%70.2%-
XYZ13.497.4143.37-
YUV74.33187.07140.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 45 (17.97% from 255) = 14.24%
BLUE value IS 179 (70.31% from 255) = 56.65%
R=29.11%
G=14.24%
B=56.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal92451790.490.7500.30261.0459.8243.92
Hex5C2DB3314B01E1053c2c
Octal13455263611130364057454
Binary1011100101101101100111100011001011011110100000101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,45,179); }

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

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

 a { background-color: rgb(92,45,179); }

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

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

 span { border-color: rgb(92,45,179); }

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