#5B00B4

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

Shades of Purple Heart #5B00B4

Tints of Purple Heart #5B00B4

Color information

#5B00B4 (or 0x5B00B4) is unknown color: approx Purple Heart. HEX triplet: 5B, 00 and B4. RGB value is (91,0,180). Sum of RGB (Red+Green+Blue) = 91+0+180=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 180 (70.70% from 255 or 66.42% from 271); Max value from RGB is 180 - color contains mainly: blue. Hex color #5B00B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B00B4 is #A4FF4B. Grayscale: #2F2F2F. Windows color (decimal): -10813260 or 11796571. OLE color: 11796571.

HSL color Cylindrical-coordinate representation of color #5B00B4: hue angle of 270.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B00B4 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB910180-
CMYK0.49100.29
HSL270.33º100%35.29%-
HSV(B)270.33º100%70.59%-
XYZ12.555.5243.58-
YUV47.73202.65158.86-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 66.42%
R=33.58%
G=0%
B=66.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9101800.49100.29270.3310035.29
Hex5B0B4316401D10e6423
Octal13302646114403541614443
Binary101101101011010011000111001000111011000011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B00B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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