#5B30BA

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

Shades of Purple Heart #5B30BA

Tints of Purple Heart #5B30BA

Color information

#5B30BA (or 0x5B30BA) is unknown color: approx Purple Heart. HEX triplet: 5B, 30 and BA. RGB value is (91,48,186). Sum of RGB (Red+Green+Blue) = 91+48+186=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B30BA is #A4CF45. Grayscale: #4C4C4C. Windows color (decimal): -10800966 or 12202075. OLE color: 12202075.

HSL color Cylindrical-coordinate representation of color #5B30BA: hue angle of 258.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B30BA is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9148186-
CMYK0.510.7400.27
HSL258.7º58.97%45.88%-
HSV(B)258.7º74.19%72.94%-
XYZ14.237.8847.23-
YUV76.59189.75138.28-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 48 (19.14% from 255) = 14.77%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=28%
G=14.77%
B=57.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91481860.510.7400.27258.758.9745.88
Hex5B30BA334A01B1033b2e
Octal13360272631120334037356
Binary1011011110000101110101100111001010011011100000011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,48,186); }

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

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

 a { background-color: rgb(91,48,186); }

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

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

 span { border-color: rgb(91,48,186); }

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