#5B2FBD

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

Shades of Purple Heart #5B2FBD

Tints of Purple Heart #5B2FBD

Color information

#5B2FBD (or 0x5B2FBD) is unknown color: approx Purple Heart. HEX triplet: 5B, 2F and BD. RGB value is (91,47,189). Sum of RGB (Red+Green+Blue) = 91+47+189=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B2FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2FBD is #A4D042. Grayscale: #4B4B4B. Windows color (decimal): -10801219 or 12398427. OLE color: 12398427.

HSL color Cylindrical-coordinate representation of color #5B2FBD: hue angle of 258.59º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B2FBD is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9147189-
CMYK0.520.7500.26
HSL258.59º60.17%46.27%-
HSV(B)258.59º75.13%74.12%-
XYZ14.527.9348.91-
YUV76.34191.58138.45-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.83%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=27.83%
G=14.37%
B=57.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91471890.520.7500.26258.5960.1746.27
Hex5B2FBD344B01A1033c2e
Octal13357275641130324037456
Binary1011011101111101111011101001001011011010100000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,47,189); }

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

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

 a { background-color: rgb(91,47,189); }

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

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

 span { border-color: rgb(91,47,189); }

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