#5B00CC

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

Shades of Purple Heart #5B00CC

Tints of Purple Heart #5B00CC

Color information

#5B00CC (or 0x5B00CC) is unknown color: approx Purple Heart. HEX triplet: 5B, 00 and CC. RGB value is (91,0,204). Sum of RGB (Red+Green+Blue) = 91+0+204=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B00CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00CC is #A4FF33. Grayscale: #313131. Windows color (decimal): -10813236 or 13369435. OLE color: 13369435.

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

Color convert

RGB910204-
CMYK0.55100.2
HSL266.76º100%40%-
HSV(B)266.76º100%80%-
XYZ15.216.5857.6-
YUV50.46214.65156.91-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 69.15%
R=30.85%
G=0%
B=69.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9102040.55100.2266.7610040
Hex5B0CC376401410b6428
Octal13303146714402441314450
Binary101101101100110011011111001000101001000010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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