Html Css Color HEX #700DAB Purple Heart

📋 copy color: '#700DAB'

red 112 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #700DAB

Tints of Purple Heart #700DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 37.84%
G = 4.39%
B = 57.77%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#700DAB (or 0x700DAB) is known color: Purple Heart. HEX triplet: 70, 0D and AB. RGB value is (112,13,171). Sum of RGB (Red+Green+Blue) = 112+13+171=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #700DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700DAB is #8FF254. Grayscale: #3C3C3C. Windows color (decimal): -9433685 or 11210096. OLE color: 11210096.

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

Color convert

RGB 112 13 171 -
CMYK 0.35 0.92 0 0.33
HSL 277.59º 0.86% 0.36% -
HSV(B) 277.59º 0.92% 0.67% -
XYZ 14.18 6.67 39.07 -
YUV 60.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 112 13 171 0.35 0.92 0 0.33 277.59 0.86 0.36
Hex 70 D AB 23 5C 0 21 116 56 24
Octal 160 15 253 43 134 0 41 426 126 44
Binary 1110000 1101 10101011 100011 1011100 0 100001 100010110 1010110 100100

Color Harmonies of #700DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DAB

Black with #700DAB

Text Example


Text Example

White with #700DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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