#5C1DB3

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

Shades of Purple Heart #5C1DB3

Tints of Purple Heart #5C1DB3

Color information

#5C1DB3 (or 0x5C1DB3) is unknown color: approx Purple Heart. HEX triplet: 5C, 1D and B3. RGB value is (92,29,179). Sum of RGB (Red+Green+Blue) = 92+29+179=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #5C1DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1DB3 is #A3E24C. Grayscale: #404040. Windows color (decimal): -10740301 or 11738460. OLE color: 11738460.

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

Color convert

RGB9229179-
CMYK0.490.8400.30
HSL265.2º72.12%40.78%-
HSV(B)265.2º83.8%70.2%-
XYZ12.996.4143.2-
YUV64.94192.37147.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.67%
GREEN value IS 29 (11.72% from 255) = 9.67%
BLUE value IS 179 (70.31% from 255) = 59.67%
R=30.67%
G=9.67%
B=59.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal92291790.490.8400.30265.272.1240.78
Hex5C1DB3315401E1094829
Octal134352636112403641111051
Binary1011100111011011001111000110101000111101000010011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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