Html Css Color HEX #700AAD Purple Heart

📋 copy color: '#700AAD'

red 112 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #700AAD

Tints of Purple Heart #700AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.64%

R = 37.97%
G = 3.39%
B = 58.64%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#700AAD (or 0x700AAD) is known color: Purple Heart. HEX triplet: 70, 0A and AD. RGB value is (112,10,173). Sum of RGB (Red+Green+Blue) = 112+10+173=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #700AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700AAD is #8FF552. Grayscale: #3A3A3A. Windows color (decimal): -9434451 or 11340400. OLE color: 11340400.

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

Color convert

RGB 112 10 173 -
CMYK 0.35 0.94 0 0.32
HSL 277.55º 0.89% 0.36% -
HSV(B) 277.55º 0.94% 0.68% -
XYZ 14.33 6.68 40.07 -
YUV 59.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 112 10 173 0.35 0.94 0 0.32 277.55 0.89 0.36
Hex 70 A AD 23 5E 0 20 116 59 24
Octal 160 12 255 43 136 0 40 426 131 44
Binary 1110000 1010 10101101 100011 1011110 0 100000 100010110 1011001 100100

Color Harmonies of #700AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700AAD

Black with #700AAD

Text Example


Text Example

White with #700AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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