Html Css Color HEX #7009AF Purple Heart

📋 copy color: '#7009AF'

red 112 ◦ green 9 ◦ blue 175

#7009AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7009AF

Tints of Purple Heart #7009AF

RGB

 RED value IS 112 (44.14% from 255) = 37.84%

 GREEN value IS 9 (3.91% from 255) = 3.04%

 BLUE value IS 175 (68.75% from 255) = 59.12%

R = 37.84%
G = 3.04%
B = 59.12%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7009AF (or 0x7009AF) is known color: Purple Heart. HEX triplet: 70, 09 and AF. RGB value is (112,9,175). Sum of RGB (Red+Green+Blue) = 112+9+175=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 9 (3.91% from 255 or 3.04% 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 #7009AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7009AF is #8FF650. Grayscale: #3A3A3A. Windows color (decimal): -9434705 or 11471216. OLE color: 11471216.

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

Color convert

RGB 112 9 175 -
CMYK 0.36 0.95 0 0.31
HSL 277.23º 0.9% 0.36% -
HSV(B) 277.23º 0.95% 0.69% -
XYZ 14.52 6.74 41.09 -
YUV 58.72 193.62 166 -
System Red Green Blue C M Y K H S L
Decimal 112 9 175 0.36 0.95 0 0.31 277.23 0.9 0.36
Hex 70 9 AF 24 5F 0 1F 115 5A 24
Octal 160 11 257 44 137 0 37 425 132 44
Binary 1110000 1001 10101111 100100 1011111 0 11111 100010101 1011010 100100

Color Harmonies of #7009AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7009AF

Black with #7009AF

Text Example


Text Example

White with #7009AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,9,175); }

 H1.HeaderClassName
 {
   color: #7009AF;
 }
 .AnyTagClassName
 {
   color: #7009AF;
 }
</style>

background-color css

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

 a { background-color: rgb(112,9,175); }

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

border-color css

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

 span { border-color: rgb(112,9,175); }

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