#5A16CB

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

Shades of Purple Heart #5A16CB

Tints of Purple Heart #5A16CB

Color information

#5A16CB (or 0x5A16CB) is unknown color: approx Purple Heart. HEX triplet: 5A, 16 and CB. RGB value is (90,22,203). Sum of RGB (Red+Green+Blue) = 90+22+203=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A16CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A16CB is #A5E934. Grayscale: #3E3E3E. Windows color (decimal): -10873141 or 13309530. OLE color: 13309530.

HSL color Cylindrical-coordinate representation of color #5A16CB: hue angle of 262.54º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A16CB is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9022203-
CMYK0.560.8900.20
HSL262.54º80.44%44.12%-
HSV(B)262.54º89.16%79.61%-
XYZ15.287.0657.06-
YUV62.97207.03147.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 22 (8.98% from 255) = 6.98%
BLUE value IS 203 (79.69% from 255) = 64.44%
R=28.57%
G=6.98%
B=64.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal90222030.560.8900.20262.5480.4444.12
Hex5A16CB3859014107502c
Octal132263137013102440712054
Binary1011010101101100101111100010110010101001000001111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A16CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,22,203); }

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

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

 a { background-color: rgb(90,22,203); }

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

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

 span { border-color: rgb(90,22,203); }

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