Html Css Color HEX #700CAA Purple Heart

📋 copy color: '#700CAA'

red 112 ◦ green 12 ◦ blue 170

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

Shades of Purple Heart #700CAA

Tints of Purple Heart #700CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

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

R = 38.1%
G = 4.08%
B = 57.82%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#700CAA (or 0x700CAA) is known color: Purple Heart. HEX triplet: 70, 0C and AA. RGB value is (112,12,170). Sum of RGB (Red+Green+Blue) = 112+12+170=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #700CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700CAA is #8FF355. Grayscale: #3B3B3B. Windows color (decimal): -9433942 or 11144304. OLE color: 11144304.

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

Color convert

RGB 112 12 170 -
CMYK 0.34 0.93 0 0.33
HSL 277.97º 0.87% 0.36% -
HSV(B) 277.97º 0.93% 0.67% -
XYZ 14.07 6.61 38.56 -
YUV 59.91 190.13 165.15 -
System Red Green Blue C M Y K H S L
Decimal 112 12 170 0.34 0.93 0 0.33 277.97 0.87 0.36
Hex 70 C AA 22 5D 0 21 116 57 24
Octal 160 14 252 42 135 0 41 426 127 44
Binary 1110000 1100 10101010 100010 1011101 0 100001 100010110 1010111 100100

Color Harmonies of #700CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700CAA

Black with #700CAA

Text Example


Text Example

White with #700CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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