#5b0ccc

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

Shades of Purple Heart #5B0CCC

Tints of Purple Heart #5B0CCC

Color information

#5B0CCC (or 0x5B0CCC) is unknown color: approx Purple Heart. HEX triplet: 5B, 0C and CC. RGB value is (91,12,204). Sum of RGB (Red+Green+Blue) = 91+12+204=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B0CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0CCC is #A4F333. Grayscale: #383838. Windows color (decimal): -10810164 or 13372507. OLE color: 13372507.

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

Color convert

RGB9112204-
CMYK0.550.9400.2
HSL264.69º88.89%42.35%-
HSV(B)264.69º94.12%80%-
XYZ15.346.8557.64-
YUV57.51210.67151.89-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.64%
GREEN value IS 12 (5.08% from 255) = 3.91%
BLUE value IS 204 (80.08% from 255) = 66.45%
R=29.64%
G=3.91%
B=66.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91122040.550.9400.2264.6988.8942.35
Hex5BCCC375E014109592a
Octal133143146713602441113152
Binary101101111001100110011011110111100101001000010011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b0ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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