Html Css Color HEX #7010AE Purple Heart

📋 copy color: '#7010AE'

red 112 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #7010AE

Tints of Purple Heart #7010AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.62%

R = 37.09%
G = 5.3%
B = 57.62%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7010AE (or 0x7010AE) is known color: Purple Heart. HEX triplet: 70, 10 and AE. RGB value is (112,16,174). Sum of RGB (Red+Green+Blue) = 112+16+174=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #7010AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7010AE is #8FEF51. Grayscale: #3E3E3E. Windows color (decimal): -9432914 or 11407472. OLE color: 11407472.

HSL color Cylindrical-coordinate representation of color #7010AE: hue angle of 276.46º 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 #7010AE is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 16 174 -
CMYK 0.36 0.91 0 0.32
HSL 276.46º 0.83% 0.37% -
HSV(B) 276.46º 0.91% 0.68% -
XYZ 14.51 6.87 40.61 -
YUV 62.72 190.8 163.15 -
System Red Green Blue C M Y K H S L
Decimal 112 16 174 0.36 0.91 0 0.32 276.46 0.83 0.37
Hex 70 10 AE 24 5B 0 20 114 53 25
Octal 160 20 256 44 133 0 40 424 123 45
Binary 1110000 10000 10101110 100100 1011011 0 100000 100010100 1010011 100101

Color Harmonies of #7010AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7010AE

Black with #7010AE

Text Example


Text Example

White with #7010AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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