#5C3CBE

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

Shades of Purple Heart #5C3CBE

Tints of Purple Heart #5C3CBE

Color information

#5C3CBE (or 0x5C3CBE) is unknown color: approx Purple Heart. HEX triplet: 5C, 3C and BE. RGB value is (92,60,190). Sum of RGB (Red+Green+Blue) = 92+60+190=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C3CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CBE is #A3C341. Grayscale: #535353. Windows color (decimal): -10732354 or 12467292. OLE color: 12467292.

HSL color Cylindrical-coordinate representation of color #5C3CBE: hue angle of 254.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C3CBE is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9260190-
CMYK0.520.6800.25
HSL254.77º52%49.02%-
HSV(B)254.77º68.42%74.51%-
XYZ15.329.2249.69-
YUV84.39187.6133.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.90%
GREEN value IS 60 (23.83% from 255) = 17.54%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=26.90%
G=17.54%
B=55.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92601900.520.6800.25254.775249.02
Hex5C3CBE3444019ff3431
Octal13474276641040313776461
Binary101110011110010111110110100100010001100111111111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,60,190); }

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

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

 a { background-color: rgb(92,60,190); }

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

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

 span { border-color: rgb(92,60,190); }

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