Html Css Color HEX #7010AD Purple Heart

📋 copy color: '#7010AD'

red 112 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #7010AD

Tints of Purple Heart #7010AD

RGB

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

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

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

R = 37.21%
G = 5.32%
B = 57.48%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7010AD (or 0x7010AD) is known color: Purple Heart. HEX triplet: 70, 10 and AD. RGB value is (112,16,173). Sum of RGB (Red+Green+Blue) = 112+16+173=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #7010AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7010AD is #8FEF52. Grayscale: #3E3E3E. Windows color (decimal): -9432915 or 11341936. OLE color: 11341936.

HSL color Cylindrical-coordinate representation of color #7010AD: hue angle of 276.69º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7010AD is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 16 173 -
CMYK 0.35 0.91 0 0.32
HSL 276.69º 0.83% 0.37% -
HSV(B) 276.69º 0.91% 0.68% -
XYZ 14.41 6.83 40.09 -
YUV 62.6 190.3 163.23 -
System Red Green Blue C M Y K H S L
Decimal 112 16 173 0.35 0.91 0 0.32 276.69 0.83 0.37
Hex 70 10 AD 23 5B 0 20 115 53 25
Octal 160 20 255 43 133 0 40 425 123 45
Binary 1110000 10000 10101101 100011 1011011 0 100000 100010101 1010011 100101

Color Harmonies of #7010AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7010AD

Black with #7010AD

Text Example


Text Example

White with #7010AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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