Html Css Color HEX #700272 Purple

📋 copy color: '#700272'

red 112 ◦ green 2 ◦ blue 114

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

Shades of Purple #700272

Tints of Purple #700272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 49.12%
G = 0.88%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700272 (or 0x700272) is known color: Purple. HEX triplet: 70, 02 and 72. RGB value is (112,2,114). Sum of RGB (Red+Green+Blue) = 112+2+114=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #700272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700272 is #8FFD8D. Grayscale: #2F2F2F. Windows color (decimal): -9436558 or 7471728. OLE color: 7471728.

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

Color convert

RGB 112 2 114 -
CMYK 0.02 0.98 0 0.55
HSL 298.93º 0.97% 0.23% -
HSV(B) 298.93º 0.98% 0.45% -
XYZ 9.74 4.7 16.31 -
YUV 47.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 112 2 114 0.02 0.98 0 0.55 298.93 0.97 0.23
Hex 70 2 72 2 62 0 37 12B 61 17
Octal 160 2 162 2 142 0 67 453 141 27
Binary 1110000 10 1110010 10 1100010 0 110111 100101011 1100001 10111

Color Harmonies of #700272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700272

Black with #700272

Text Example


Text Example

White with #700272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700272; }

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

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

background-color css

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

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

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

border-color css

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

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

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