Html Css Color HEX #7010AA Purple Heart

📋 copy color: '#7010AA'

red 112 ◦ green 16 ◦ blue 170

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

Shades of Purple Heart #7010AA

Tints of Purple Heart #7010AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 37.58%
G = 5.37%
B = 57.05%

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

#7010AA (or 0x7010AA) is known color: Purple Heart. HEX triplet: 70, 10 and AA. RGB value is (112,16,170). Sum of RGB (Red+Green+Blue) = 112+16+170=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #7010AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7010AA is #8FEF55. Grayscale: #3D3D3D. Windows color (decimal): -9432918 or 11145328. OLE color: 11145328.

HSL color Cylindrical-coordinate representation of color #7010AA: hue angle of 277.4º degrees, saturation: 0.83, 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 #7010AA is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 16 170 -
CMYK 0.34 0.91 0 0.33
HSL 277.4º 0.83% 0.36% -
HSV(B) 277.4º 0.91% 0.67% -
XYZ 14.12 6.72 38.58 -
YUV 62.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 112 16 170 0.34 0.91 0 0.33 277.4 0.83 0.36
Hex 70 10 AA 22 5B 0 21 115 53 24
Octal 160 20 252 42 133 0 41 425 123 44
Binary 1110000 10000 10101010 100010 1011011 0 100001 100010101 1010011 100100

Color Harmonies of #7010AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7010AA

Black with #7010AA

Text Example


Text Example

White with #7010AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7010AA; }

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

 H1.HeaderClassName
 {
   color: #7010AA;
 }
 .AnyTagClassName
 {
   color: #7010AA;
 }
</style>

background-color css

<style>
 a { background-color: #7010AA; }

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

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

border-color css

<style>
 span { border-color: #7010AA; }

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

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