Html Css Color HEX #700677 Purple

📋 copy color: '#700677'

red 112 ◦ green 6 ◦ blue 119

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

Shades of Purple #700677

Tints of Purple #700677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

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

R = 47.26%
G = 2.53%
B = 50.21%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#700677 (or 0x700677) is known color: Purple. HEX triplet: 70, 06 and 77. RGB value is (112,6,119). Sum of RGB (Red+Green+Blue) = 112+6+119=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #700677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700677 is #8FF988. Grayscale: #323232. Windows color (decimal): -9435529 or 7800432. OLE color: 7800432.

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

Color convert

RGB 112 6 119 -
CMYK 0.06 0.95 0 0.53
HSL 296.28º 0.9% 0.25% -
HSV(B) 296.28º 0.95% 0.47% -
XYZ 10.08 4.91 17.87 -
YUV 50.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 112 6 119 0.06 0.95 0 0.53 296.28 0.9 0.25
Hex 70 6 77 6 5F 0 35 128 5A 19
Octal 160 6 167 6 137 0 65 450 132 31
Binary 1110000 110 1110111 110 1011111 0 110101 100101000 1011010 11001

Color Harmonies of #700677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700677

Black with #700677

Text Example


Text Example

White with #700677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700677; }

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

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

background-color css

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

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

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

border-color css

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

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

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