#6912AF

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

Shades of Purple Heart #6912AF

Tints of Purple Heart #6912AF

Color information

#6912AF (or 0x6912AF) is unknown color: approx Purple Heart. HEX triplet: 69, 12 and AF. RGB value is (105,18,175). Sum of RGB (Red+Green+Blue) = 105+18+175=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #6912AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6912AF is #96ED50. Grayscale: #3D3D3D. Windows color (decimal): -9891153 or 11473513. OLE color: 11473513.

HSL color Cylindrical-coordinate representation of color #6912AF: hue angle of 273.25º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6912AF is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10518175-
CMYK0.400.9000.31
HSL273.25º81.35%37.84%-
HSV(B)273.25º89.71%68.63%-
XYZ13.786.5341.09-
YUV61.91191.82158.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 18 (7.42% from 255) = 6.04%
BLUE value IS 175 (68.75% from 255) = 58.72%
R=35.23%
G=6.04%
B=58.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105181750.400.9000.31273.2581.3537.84
Hex6912AF285A01F1115126
Octal151222575013203742112146
Binary1101001100101010111110100010110100111111000100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6912AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,18,175); }

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

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

 a { background-color: rgb(105,18,175); }

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

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

 span { border-color: rgb(105,18,175); }

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