Html Css Color HEX #700EA6 Purple Heart

📋 copy color: '#700EA6'

red 112 ◦ green 14 ◦ blue 166

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

Shades of Purple Heart #700EA6

Tints of Purple Heart #700EA6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.79%

 BLUE value IS 166 (65.23% from 255) = 56.85%

R = 38.36%
G = 4.79%
B = 56.85%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#700EA6 (or 0x700EA6) is known color: Purple Heart. HEX triplet: 70, 0E and A6. RGB value is (112,14,166). Sum of RGB (Red+Green+Blue) = 112+14+166=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 166 (65.23% from 255 or 56.85% from 292); Max value from RGB is 166 - color contains mainly: blue. Hex color #700EA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700EA6 is #8FF159. Grayscale: #3C3C3C. Windows color (decimal): -9433434 or 10882672. OLE color: 10882672.

HSL color Cylindrical-coordinate representation of color #700EA6: hue angle of 278.68º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700EA6 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 14 166 -
CMYK 0.33 0.92 0 0.35
HSL 278.68º 0.84% 0.35% -
HSV(B) 278.68º 0.92% 0.65% -
XYZ 13.72 6.51 36.61 -
YUV 60.63 187.47 164.64 -
System Red Green Blue C M Y K H S L
Decimal 112 14 166 0.33 0.92 0 0.35 278.68 0.84 0.35
Hex 70 E A6 21 5C 0 23 117 54 23
Octal 160 16 246 41 134 0 43 427 124 43
Binary 1110000 1110 10100110 100001 1011100 0 100011 100010111 1010100 100011

Color Harmonies of #700EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EA6

Black with #700EA6

Text Example


Text Example

White with #700EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,14,166); }

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

background-color css

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

 a { background-color: rgb(112,14,166); }

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

border-color css

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

 span { border-color: rgb(112,14,166); }

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