Html Css Color HEX #7006AF Purple Heart

📋 copy color: '#7006AF'

red 112 ◦ green 6 ◦ blue 175

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

Shades of Purple Heart #7006AF

Tints of Purple Heart #7006AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 38.23%
G = 2.05%
B = 59.73%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7006AF (or 0x7006AF) is known color: Purple Heart. HEX triplet: 70, 06 and AF. RGB value is (112,6,175). Sum of RGB (Red+Green+Blue) = 112+6+175=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #7006AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7006AF is #8FF950. Grayscale: #383838. Windows color (decimal): -9435473 or 11470448. OLE color: 11470448.

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

Color convert

RGB 112 6 175 -
CMYK 0.36 0.97 0 0.31
HSL 277.63º 0.93% 0.35% -
HSV(B) 277.63º 0.97% 0.69% -
XYZ 14.49 6.67 41.08 -
YUV 56.96 194.62 167.26 -
System Red Green Blue C M Y K H S L
Decimal 112 6 175 0.36 0.97 0 0.31 277.63 0.93 0.35
Hex 70 6 AF 24 61 0 1F 116 5D 23
Octal 160 6 257 44 141 0 37 426 135 43
Binary 1110000 110 10101111 100100 1100001 0 11111 100010110 1011101 100011

Color Harmonies of #7006AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006AF

Black with #7006AF

Text Example


Text Example

White with #7006AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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