#5A14CD

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

Shades of Purple Heart #5A14CD

Tints of Purple Heart #5A14CD

Color information

#5A14CD (or 0x5A14CD) is unknown color: approx Purple Heart. HEX triplet: 5A, 14 and CD. RGB value is (90,20,205). Sum of RGB (Red+Green+Blue) = 90+20+205=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A14CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A14CD is #A5EB32. Grayscale: #3D3D3D. Windows color (decimal): -10873651 or 13440090. OLE color: 13440090.

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

Color convert

RGB9020205-
CMYK0.560.9000.20
HSL262.7º82.22%44.12%-
HSV(B)262.7º90.24%80.39%-
XYZ15.497.0858.31-
YUV62.02208.69147.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 20 (8.20% from 255) = 6.35%
BLUE value IS 205 (80.47% from 255) = 65.08%
R=28.57%
G=6.35%
B=65.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal90202050.560.9000.20262.782.2244.12
Hex5A14CD385A014107522c
Octal132243157013202440712254
Binary1011010101001100110111100010110100101001000001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A14CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,20,205); }

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

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

 a { background-color: rgb(90,20,205); }

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

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

 span { border-color: rgb(90,20,205); }

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