Html Css Color HEX #700DB2 Purple Heart

📋 copy color: '#700DB2'

red 112 ◦ green 13 ◦ blue 178

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

Shades of Purple Heart #700DB2

Tints of Purple Heart #700DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 58.75%

R = 36.96%
G = 4.29%
B = 58.75%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#700DB2 (or 0x700DB2) is known color: Purple Heart. HEX triplet: 70, 0D and B2. RGB value is (112,13,178). Sum of RGB (Red+Green+Blue) = 112+13+178=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #700DB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700DB2 is #8FF24D. Grayscale: #3C3C3C. Windows color (decimal): -9433678 or 11668848. OLE color: 11668848.

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

Color convert

RGB 112 13 178 -
CMYK 0.37 0.93 0 0.30
HSL 276º 0.86% 0.37% -
HSV(B) 276º 0.93% 0.7% -
XYZ 14.86 6.95 42.68 -
YUV 61.41 193.8 164.08 -
System Red Green Blue C M Y K H S L
Decimal 112 13 178 0.37 0.93 0 0.30 276 0.86 0.37
Hex 70 D B2 25 5D 0 1E 114 56 25
Octal 160 15 262 45 135 0 36 424 126 45
Binary 1110000 1101 10110010 100101 1011101 0 11110 100010100 1010110 100101

Color Harmonies of #700DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700DB2

Black with #700DB2

Text Example


Text Example

White with #700DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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