Html Css Color HEX #700AAC Purple Heart

📋 copy color: '#700AAC'

red 112 ◦ green 10 ◦ blue 172

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

Shades of Purple Heart #700AAC

Tints of Purple Heart #700AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.5%

R = 38.1%
G = 3.4%
B = 58.5%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#700AAC (or 0x700AAC) is known color: Purple Heart. HEX triplet: 70, 0A and AC. RGB value is (112,10,172). Sum of RGB (Red+Green+Blue) = 112+10+172=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #700AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700AAC is #8FF553. Grayscale: #3A3A3A. Windows color (decimal): -9434452 or 11274864. OLE color: 11274864.

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

Color convert

RGB 112 10 172 -
CMYK 0.35 0.94 0 0.33
HSL 277.78º 0.89% 0.36% -
HSV(B) 277.78º 0.94% 0.67% -
XYZ 14.24 6.64 39.56 -
YUV 58.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 112 10 172 0.35 0.94 0 0.33 277.78 0.89 0.36
Hex 70 A AC 23 5E 0 21 116 59 24
Octal 160 12 254 43 136 0 41 426 131 44
Binary 1110000 1010 10101100 100011 1011110 0 100001 100010110 1011001 100100

Color Harmonies of #700AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700AAC

Black with #700AAC

Text Example


Text Example

White with #700AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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