Html Css Color HEX #700072 Purple

📋 copy color: '#700072'

red 112 ◦ green 0 ◦ blue 114

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

Shades of Purple #700072

Tints of Purple #700072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 49.56%
G = 0%
B = 50.44%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700072 (or 0x700072) is known color: Purple. HEX triplet: 70, 00 and 72. RGB value is (112,0,114). Sum of RGB (Red+Green+Blue) = 112+0+114=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #700072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700072 is #8FFF8D. Grayscale: #2E2E2E. Windows color (decimal): -9437070 or 7471216. OLE color: 7471216.

HSL color Cylindrical-coordinate representation of color #700072: hue angle of 298.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700072 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 0 114 -
CMYK 0.02 1 0 0.55
HSL 298.95º 1% 0.22% -
HSV(B) 298.95º 1% 0.45% -
XYZ 9.72 4.66 16.31 -
YUV 46.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 112 0 114 0.02 1 0 0.55 298.95 1 0.22
Hex 70 0 72 2 64 0 37 12B 64 16
Octal 160 0 162 2 144 0 67 453 144 26
Binary 1110000 0 1110010 10 1100100 0 110111 100101011 1100100 10110

Color Harmonies of #700072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700072

Black with #700072

Text Example


Text Example

White with #700072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700072; }

 p { color: rgb(112,0,114); }

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

background-color css

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

 a { background-color: rgb(112,0,114); }

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

border-color css

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

 span { border-color: rgb(112,0,114); }

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