#6118AF

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

Shades of Purple Heart #6118AF

Tints of Purple Heart #6118AF

Color information

#6118AF (or 0x6118AF) is unknown color: approx Purple Heart. HEX triplet: 61, 18 and AF. RGB value is (97,24,175). Sum of RGB (Red+Green+Blue) = 97+24+175=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #6118AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6118AF is #9EE750. Grayscale: #3E3E3E. Windows color (decimal): -10413905 or 11475041. OLE color: 11475041.

HSL color Cylindrical-coordinate representation of color #6118AF: hue angle of 269.01º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6118AF is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9724175-
CMYK0.450.8600.31
HSL269.01º75.88%39.02%-
HSV(B)269.01º86.29%68.63%-
XYZ12.996.2941.09-
YUV63.04191.18152.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 175 (68.75% from 255) = 59.12%
R=32.77%
G=8.11%
B=59.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97241750.450.8600.31269.0175.8839.02
Hex6118AF2D5601F10d4c27
Octal141302575512603741511447
Binary1100001110001010111110110110101100111111000011011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6118AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6118AF; }

 p { color: rgb(97,24,175); }

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

<style>
 a { background-color: #6118AF; }

 a { background-color: rgb(97,24,175); }

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

<style>
 span { border-color: #6118AF; }

 span { border-color: rgb(97,24,175); }

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