#5A12CF

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

Shades of Purple Heart #5A12CF

Tints of Purple Heart #5A12CF

Color information

#5A12CF (or 0x5A12CF) is unknown color: approx Purple Heart. HEX triplet: 5A, 12 and CF. RGB value is (90,18,207). Sum of RGB (Red+Green+Blue) = 90+18+207=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A12CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A12CF is #A5ED30. Grayscale: #3C3C3C. Windows color (decimal): -10874161 or 13570650. OLE color: 13570650.

HSL color Cylindrical-coordinate representation of color #5A12CF: hue angle of 262.86º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A12CF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9018207-
CMYK0.570.9100.19
HSL262.86º84%44.12%-
HSV(B)262.86º91.3%81.18%-
XYZ15.77.1159.58-
YUV61.07210.35148.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 207 (81.25% from 255) = 65.71%
R=28.57%
G=5.71%
B=65.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal90182070.570.9100.19262.868444.12
Hex5A12CF395B013107542c
Octal132223177113302340712454
Binary1011010100101100111111100110110110100111000001111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A12CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,18,207); }

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

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

 a { background-color: rgb(90,18,207); }

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

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

 span { border-color: rgb(90,18,207); }

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