#5B07CB

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

Shades of Purple Heart #5B07CB

Tints of Purple Heart #5B07CB

Color information

#5B07CB (or 0x5B07CB) is unknown color: approx Purple Heart. HEX triplet: 5B, 07 and CB. RGB value is (91,7,203). Sum of RGB (Red+Green+Blue) = 91+7+203=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B07CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B07CB is #A4F834. Grayscale: #353535. Windows color (decimal): -10811445 or 13305691. OLE color: 13305691.

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

Color convert

RGB917203-
CMYK0.550.9700.20
HSL265.71º93.33%41.18%-
HSV(B)265.71º96.55%79.61%-
XYZ15.176.6956.99-
YUV54.46211.83154.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.23%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 203 (79.69% from 255) = 67.44%
R=30.23%
G=2.33%
B=67.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal9172030.550.9700.20265.7193.3341.18
Hex5B7CB376101410a5d29
Octal13373136714102441213551
Binary10110111111100101111011111000010101001000010101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B07CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,7,203); }

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

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

 a { background-color: rgb(91,7,203); }

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

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

 span { border-color: rgb(91,7,203); }

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