Html Css Color HEX #700276 Purple

📋 copy color: '#700276'

red 112 ◦ green 2 ◦ blue 118

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

Shades of Purple #700276

Tints of Purple #700276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 48.28%
G = 0.86%
B = 50.86%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#700276 (or 0x700276) is known color: Purple. HEX triplet: 70, 02 and 76. RGB value is (112,2,118). Sum of RGB (Red+Green+Blue) = 112+2+118=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #700276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700276 is #8FFD89. Grayscale: #2F2F2F. Windows color (decimal): -9436554 or 7733872. OLE color: 7733872.

HSL color Cylindrical-coordinate representation of color #700276: hue angle of 296.9º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #700276 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 2 118 -
CMYK 0.05 0.98 0 0.54
HSL 296.9º 0.97% 0.24% -
HSV(B) 296.9º 0.98% 0.46% -
XYZ 9.97 4.8 17.54 -
YUV 48.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 112 2 118 0.05 0.98 0 0.54 296.9 0.97 0.24
Hex 70 2 76 5 62 0 36 129 61 18
Octal 160 2 166 5 142 0 66 451 141 30
Binary 1110000 10 1110110 101 1100010 0 110110 100101001 1100001 11000

Color Harmonies of #700276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700276

Black with #700276

Text Example


Text Example

White with #700276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700276; }

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

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

background-color css

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

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

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

border-color css

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

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

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