#5B05CC

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

Shades of Purple Heart #5B05CC

Tints of Purple Heart #5B05CC

Color information

#5B05CC (or 0x5B05CC) is unknown color: approx Purple Heart. HEX triplet: 5B, 05 and CC. RGB value is (91,5,204). Sum of RGB (Red+Green+Blue) = 91+5+204=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B05CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B05CC is #A4FA33. Grayscale: #343434. Windows color (decimal): -10811956 or 13370715. OLE color: 13370715.

HSL color Cylindrical-coordinate representation of color #5B05CC: hue angle of 265.93º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B05CC is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB915204-
CMYK0.550.9800.2
HSL265.93º95.22%40.98%-
HSV(B)265.93º97.55%80%-
XYZ15.276.6957.61-
YUV53.4212.99154.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.33%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 204 (80.08% from 255) = 68%
R=30.33%
G=1.67%
B=68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9152040.550.9800.2265.9395.2240.98
Hex5B5CC376201410a5f29
Octal13353146714202441213751
Binary10110111011100110011011111000100101001000010101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B05CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,5,204); }

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

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

 a { background-color: rgb(91,5,204); }

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

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

 span { border-color: rgb(91,5,204); }

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