#7212AF

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

Shades of Purple Heart #7212AF

Tints of Purple Heart #7212AF

Color information

#7212AF (or 0x7212AF) is unknown color: approx Purple Heart. HEX triplet: 72, 12 and AF. RGB value is (114,18,175). Sum of RGB (Red+Green+Blue) = 114+18+175=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #7212AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7212AF is #8DED50. Grayscale: #404040. Windows color (decimal): -9301329 or 11473522. OLE color: 11473522.

HSL color Cylindrical-coordinate representation of color #7212AF: hue angle of 276.69º 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 #7212AF is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11418175-
CMYK0.350.9000.31
HSL276.69º81.35%37.84%-
HSV(B)276.69º89.71%68.63%-
XYZ14.897.1141.14-
YUV64.6190.3163.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 18 (7.42% from 255) = 5.86%
BLUE value IS 175 (68.75% from 255) = 57.00%
R=37.13%
G=5.86%
B=57.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114181750.350.9000.31276.6981.3537.84
Hex7212AF235A01F1155126
Octal162222574313203742512146
Binary1110010100101010111110001110110100111111000101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7212AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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