#5C3BBC

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

Shades of Purple Heart #5C3BBC

Tints of Purple Heart #5C3BBC

Color information

#5C3BBC (or 0x5C3BBC) is unknown color: approx Purple Heart. HEX triplet: 5C, 3B and BC. RGB value is (92,59,188). Sum of RGB (Red+Green+Blue) = 92+59+188=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3BBC is #A3C443. Grayscale: #535353. Windows color (decimal): -10732612 or 12335964. OLE color: 12335964.

HSL color Cylindrical-coordinate representation of color #5C3BBC: hue angle of 255.35º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C3BBC is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9259188-
CMYK0.510.6900.26
HSL255.35º52.23%48.43%-
HSV(B)255.35º68.62%73.73%-
XYZ15.059.0348.53-
YUV83.57186.93134.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.14%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 188 (73.83% from 255) = 55.46%
R=27.14%
G=17.40%
B=55.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal92591880.510.6900.26255.3552.2348.43
Hex5C3BBC334501Aff3430
Octal13473274631050323776460
Binary101110011101110111100110011100010101101011111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,59,188); }

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

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

 a { background-color: rgb(92,59,188); }

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

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

 span { border-color: rgb(92,59,188); }

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