#5C3BBB

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

Shades of Purple Heart #5C3BBB

Tints of Purple Heart #5C3BBB

Color information

#5C3BBB (or 0x5C3BBB) is unknown color: approx Purple Heart. HEX triplet: 5C, 3B and BB. RGB value is (92,59,187). Sum of RGB (Red+Green+Blue) = 92+59+187=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C3BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3BBB is #A3C444. Grayscale: #525252. Windows color (decimal): -10732613 or 12270428. OLE color: 12270428.

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

Color convert

RGB9259187-
CMYK0.510.6800.27
HSL255.47º52.03%48.24%-
HSV(B)255.47º68.45%73.33%-
XYZ14.958.9947.96-
YUV83.46186.43134.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.22%
GREEN value IS 59 (23.44% from 255) = 17.46%
BLUE value IS 187 (73.44% from 255) = 55.33%
R=27.22%
G=17.46%
B=55.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92591870.510.6800.27255.4752.0348.24
Hex5C3BBB334401Bff3430
Octal13473273631040333776460
Binary101110011101110111011110011100010001101111111111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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