#5C3CB0

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

Shades of Purple Heart #5C3CB0

Tints of Purple Heart #5C3CB0

Color information

#5C3CB0 (or 0x5C3CB0) is unknown color: approx Purple Heart. HEX triplet: 5C, 3C and B0. RGB value is (92,60,176). Sum of RGB (Red+Green+Blue) = 92+60+176=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 176 (69.14% from 255 or 53.66% from 328); Max value from RGB is 176 - color contains mainly: blue. Hex color #5C3CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3CB0 is #A3C34F. Grayscale: #525252. Windows color (decimal): -10732368 or 11549788. OLE color: 11549788.

HSL color Cylindrical-coordinate representation of color #5C3CB0: hue angle of 256.55º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C3CB0 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9260176-
CMYK0.480.6600.31
HSL256.55º49.15%46.27%-
HSV(B)256.55º65.91%69.02%-
XYZ13.878.6442.01-
YUV82.79180.6134.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.05%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 176 (69.14% from 255) = 53.66%
R=28.05%
G=18.29%
B=53.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92601760.480.6600.31256.5549.1546.27
Hex5C3CB0304201F101312e
Octal13474260601020374016156
Binary1011100111100101100001100001000010011111100000001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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