Html Css Color HEX #700576 Purple

📋 copy color: '#700576'

red 112 ◦ green 5 ◦ blue 118

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

Shades of Purple #700576

Tints of Purple #700576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

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

R = 47.66%
G = 2.13%
B = 50.21%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#700576 (or 0x700576) is known color: Purple. HEX triplet: 70, 05 and 76. RGB value is (112,5,118). Sum of RGB (Red+Green+Blue) = 112+5+118=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #700576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700576 is #8FFA89. Grayscale: #313131. Windows color (decimal): -9435786 or 7734640. OLE color: 7734640.

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

Color convert

RGB 112 5 118 -
CMYK 0.05 0.96 0 0.54
HSL 296.81º 0.92% 0.24% -
HSV(B) 296.81º 0.96% 0.46% -
XYZ 10.01 4.86 17.55 -
YUV 49.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 112 5 118 0.05 0.96 0 0.54 296.81 0.92 0.24
Hex 70 5 76 5 60 0 36 129 5C 18
Octal 160 5 166 5 140 0 66 451 134 30
Binary 1110000 101 1110110 101 1100000 0 110110 100101001 1011100 11000

Color Harmonies of #700576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700576

Black with #700576

Text Example


Text Example

White with #700576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700576; }

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

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

background-color css

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

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

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

border-color css

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

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

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