Html Css Color HEX #701272 Purple

📋 copy color: '#701272'

red 112 ◦ green 18 ◦ blue 114

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

Shades of Purple #701272

Tints of Purple #701272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 45.9%
G = 7.38%
B = 46.72%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701272 (or 0x701272) is known color: Purple. HEX triplet: 70, 12 and 72. RGB value is (112,18,114). Sum of RGB (Red+Green+Blue) = 112+18+114=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #701272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701272 is #8FED8D. Grayscale: #383838. Windows color (decimal): -9432462 or 7475824. OLE color: 7475824.

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

Color convert

RGB 112 18 114 -
CMYK 0.02 0.84 0 0.55
HSL 298.75º 0.73% 0.26% -
HSV(B) 298.75º 0.84% 0.45% -
XYZ 9.94 5.09 16.38 -
YUV 57.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 112 18 114 0.02 0.84 0 0.55 298.75 0.73 0.26
Hex 70 12 72 2 54 0 37 12B 49 1A
Octal 160 22 162 2 124 0 67 453 111 32
Binary 1110000 10010 1110010 10 1010100 0 110111 100101011 1001001 11010

Color Harmonies of #701272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701272

Black with #701272

Text Example


Text Example

White with #701272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701272; }

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

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

background-color css

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

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

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

border-color css

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

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

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