Html Css Color HEX #700FAA Purple Heart

📋 copy color: '#700FAA'

red 112 ◦ green 15 ◦ blue 170

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

Shades of Purple Heart #700FAA

Tints of Purple Heart #700FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

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

R = 37.71%
G = 5.05%
B = 57.24%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#700FAA (or 0x700FAA) is known color: Purple Heart. HEX triplet: 70, 0F and AA. RGB value is (112,15,170). Sum of RGB (Red+Green+Blue) = 112+15+170=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #700FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700FAA is #8FF055. Grayscale: #3D3D3D. Windows color (decimal): -9433174 or 11145072. OLE color: 11145072.

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

Color convert

RGB 112 15 170 -
CMYK 0.34 0.91 0 0.33
HSL 277.55º 0.84% 0.36% -
HSV(B) 277.55º 0.91% 0.67% -
XYZ 14.11 6.69 38.58 -
YUV 61.67 189.14 163.9 -
System Red Green Blue C M Y K H S L
Decimal 112 15 170 0.34 0.91 0 0.33 277.55 0.84 0.36
Hex 70 F AA 22 5B 0 21 116 54 24
Octal 160 17 252 42 133 0 41 426 124 44
Binary 1110000 1111 10101010 100010 1011011 0 100001 100010110 1010100 100100

Color Harmonies of #700FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700FAA

Black with #700FAA

Text Example


Text Example

White with #700FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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