Html Css Color HEX #700DAE Purple Heart

📋 copy color: '#700DAE'

red 112 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #700DAE

Tints of Purple Heart #700DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.35%

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

R = 37.46%
G = 4.35%
B = 58.19%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#700DAE (or 0x700DAE) is known color: Purple Heart. HEX triplet: 70, 0D and AE. RGB value is (112,13,174). Sum of RGB (Red+Green+Blue) = 112+13+174=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #700DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700DAE is #8FF251. Grayscale: #3C3C3C. Windows color (decimal): -9433682 or 11406704. OLE color: 11406704.

HSL color Cylindrical-coordinate representation of color #700DAE: hue angle of 276.89º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700DAE is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 13 174 -
CMYK 0.36 0.93 0 0.32
HSL 276.89º 0.86% 0.37% -
HSV(B) 276.89º 0.93% 0.68% -
XYZ 14.47 6.79 40.59 -
YUV 60.96 191.8 164.41 -
System Red Green Blue C M Y K H S L
Decimal 112 13 174 0.36 0.93 0 0.32 276.89 0.86 0.37
Hex 70 D AE 24 5D 0 20 115 56 25
Octal 160 15 256 44 135 0 40 425 126 45
Binary 1110000 1101 10101110 100100 1011101 0 100000 100010101 1010110 100101

Color Harmonies of #700DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DAE

Black with #700DAE

Text Example


Text Example

White with #700DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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