Html Css Color HEX #700DAD Purple Heart

📋 copy color: '#700DAD'

red 112 ◦ green 13 ◦ blue 173

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

Shades of Purple Heart #700DAD

Tints of Purple Heart #700DAD

RGB

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

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

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

R = 37.58%
G = 4.36%
B = 58.05%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#700DAD (or 0x700DAD) is known color: Purple Heart. HEX triplet: 70, 0D and AD. RGB value is (112,13,173). Sum of RGB (Red+Green+Blue) = 112+13+173=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #700DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700DAD is #8FF252. Grayscale: #3C3C3C. Windows color (decimal): -9433683 or 11341168. OLE color: 11341168.

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

Color convert

RGB 112 13 173 -
CMYK 0.35 0.92 0 0.32
HSL 277.13º 0.86% 0.36% -
HSV(B) 277.13º 0.92% 0.68% -
XYZ 14.37 6.75 40.08 -
YUV 60.84 191.3 164.49 -
System Red Green Blue C M Y K H S L
Decimal 112 13 173 0.35 0.92 0 0.32 277.13 0.86 0.36
Hex 70 D AD 23 5C 0 20 115 56 24
Octal 160 15 255 43 134 0 40 425 126 44
Binary 1110000 1101 10101101 100011 1011100 0 100000 100010101 1010110 100100

Color Harmonies of #700DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DAD

Black with #700DAD

Text Example


Text Example

White with #700DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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