#5A02BD

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

Shades of Purple Heart #5A02BD

Tints of Purple Heart #5A02BD

Color information

#5A02BD (or 0x5A02BD) is unknown color: approx Purple Heart. HEX triplet: 5A, 02 and BD. RGB value is (90,2,189). Sum of RGB (Red+Green+Blue) = 90+2+189=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A02BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A02BD is #A5FD42. Grayscale: #303030. Windows color (decimal): -10878275 or 12386906. OLE color: 12386906.

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

Color convert

RGB902189-
CMYK0.520.9900.26
HSL268.24º97.91%37.45%-
HSV(B)268.24º98.94%74.12%-
XYZ13.425.8948.57-
YUV49.63206.65156.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.03%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 189 (74.22% from 255) = 67.26%
R=32.03%
G=0.71%
B=67.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9021890.520.9900.26268.2497.9137.45
Hex5A2BD346301A10c6225
Octal13222756414303241414245
Binary1011010101011110111010011000110110101000011001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A02BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,2,189); }

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

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

 a { background-color: rgb(90,2,189); }

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

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

 span { border-color: rgb(90,2,189); }

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