Html Css Color HEX #700AAA Purple Heart

📋 copy color: '#700AAA'

red 112 ◦ green 10 ◦ blue 170

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

Shades of Purple Heart #700AAA

Tints of Purple Heart #700AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

 BLUE value IS 170 (66.8% from 255) = 58.22%

R = 38.36%
G = 3.42%
B = 58.22%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#700AAA (or 0x700AAA) is known color: Purple Heart. HEX triplet: 70, 0A and AA. RGB value is (112,10,170). Sum of RGB (Red+Green+Blue) = 112+10+170=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #700AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700AAA is #8FF555. Grayscale: #3A3A3A. Windows color (decimal): -9434454 or 11143792. OLE color: 11143792.

HSL color Cylindrical-coordinate representation of color #700AAA: hue angle of 278.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700AAA is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 10 170 -
CMYK 0.34 0.94 0 0.33
HSL 278.25º 0.89% 0.35% -
HSV(B) 278.25º 0.94% 0.67% -
XYZ 14.05 6.56 38.56 -
YUV 58.74 190.79 165.99 -
System Red Green Blue C M Y K H S L
Decimal 112 10 170 0.34 0.94 0 0.33 278.25 0.89 0.35
Hex 70 A AA 22 5E 0 21 116 59 23
Octal 160 12 252 42 136 0 41 426 131 43
Binary 1110000 1010 10101010 100010 1011110 0 100001 100010110 1011001 100011

Color Harmonies of #700AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700AAA

Black with #700AAA

Text Example


Text Example

White with #700AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700AAA; }

 p { color: rgb(112,10,170); }

 H1.HeaderClassName
 {
   color: #700AAA;
 }
 .AnyTagClassName
 {
   color: #700AAA;
 }
</style>

background-color css

<style>
 a { background-color: #700AAA; }

 a { background-color: rgb(112,10,170); }

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

border-color css

<style>
 span { border-color: #700AAA; }

 span { border-color: rgb(112,10,170); }

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