#5C02BA

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

Shades of Purple Heart #5C02BA

Tints of Purple Heart #5C02BA

Color information

#5C02BA (or 0x5C02BA) is unknown color: approx Purple Heart. HEX triplet: 5C, 02 and BA. RGB value is (92,2,186). Sum of RGB (Red+Green+Blue) = 92+2+186=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C02BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C02BA is #A3FD45. Grayscale: #313131. Windows color (decimal): -10747206 or 12190300. OLE color: 12190300.

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

Color convert

RGB922186-
CMYK0.510.9900.27
HSL269.35º97.87%36.86%-
HSV(B)269.35º98.92%72.94%-
XYZ13.35.8646.89-
YUV49.89204.82158.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.86%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 186 (73.05% from 255) = 66.43%
R=32.86%
G=0.71%
B=66.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9221860.510.9900.27269.3597.8736.86
Hex5C2BA336301B10d6225
Octal13422726314303341514245
Binary1011100101011101011001111000110110111000011011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C02BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,2,186); }

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

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

 a { background-color: rgb(92,2,186); }

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

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

 span { border-color: rgb(92,2,186); }

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