#5C3CBF

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

Shades of Purple Heart #5C3CBF

Tints of Purple Heart #5C3CBF

Color information

#5C3CBF (or 0x5C3CBF) is unknown color: approx Purple Heart. HEX triplet: 5C, 3C and BF. RGB value is (92,60,191). Sum of RGB (Red+Green+Blue) = 92+60+191=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C3CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CBF is #A3C340. Grayscale: #545454. Windows color (decimal): -10732353 or 12532828. OLE color: 12532828.

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

Color convert

RGB9260191-
CMYK0.520.6900.25
HSL254.66º52.19%49.22%-
HSV(B)254.66º68.59%74.9%-
XYZ15.439.2750.27-
YUV84.5188.1133.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 191 (75% from 255) = 55.69%
R=26.82%
G=17.49%
B=55.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92601910.520.6900.25254.6652.1949.22
Hex5C3CBF3445019ff3431
Octal13474277641050313776461
Binary101110011110010111111110100100010101100111111111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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