Html Css Color HEX #700477 Purple

📋 copy color: '#700477'

red 112 ◦ green 4 ◦ blue 119

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

Shades of Purple #700477

Tints of Purple #700477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 119 (46.88% from 255) = 50.64%

R = 47.66%
G = 1.7%
B = 50.64%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700477 (or 0x700477) is known color: Purple. HEX triplet: 70, 04 and 77. RGB value is (112,4,119). Sum of RGB (Red+Green+Blue) = 112+4+119=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #700477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700477 is #8FFB88. Grayscale: #313131. Windows color (decimal): -9436041 or 7799920. OLE color: 7799920.

HSL color Cylindrical-coordinate representation of color #700477: hue angle of 296.35º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700477 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 4 119 -
CMYK 0.06 0.97 0 0.53
HSL 296.35º 0.93% 0.24% -
HSV(B) 296.35º 0.97% 0.47% -
XYZ 10.06 4.86 17.86 -
YUV 49.4 167.28 172.65 -
System Red Green Blue C M Y K H S L
Decimal 112 4 119 0.06 0.97 0 0.53 296.35 0.93 0.24
Hex 70 4 77 6 61 0 35 128 5D 18
Octal 160 4 167 6 141 0 65 450 135 30
Binary 1110000 100 1110111 110 1100001 0 110101 100101000 1011101 11000

Color Harmonies of #700477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700477

Black with #700477

Text Example


Text Example

White with #700477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700477; }

 p { color: rgb(112,4,119); }

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

background-color css

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

 a { background-color: rgb(112,4,119); }

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

border-color css

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

 span { border-color: rgb(112,4,119); }

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