Html Css Color HEX #700775 Purple

📋 copy color: '#700775'

red 112 ◦ green 7 ◦ blue 117

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

Shades of Purple #700775

Tints of Purple #700775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.97%

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 47.46%
G = 2.97%
B = 49.58%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#700775 (or 0x700775) is known color: Purple. HEX triplet: 70, 07 and 75. RGB value is (112,7,117). Sum of RGB (Red+Green+Blue) = 112+7+117=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #700775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700775 is #8FF88A. Grayscale: #323232. Windows color (decimal): -9435275 or 7669616. OLE color: 7669616.

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

Color convert

RGB 112 7 117 -
CMYK 0.04 0.94 0 0.54
HSL 297.27º 0.89% 0.24% -
HSV(B) 297.27º 0.94% 0.46% -
XYZ 9.97 4.88 17.25 -
YUV 50.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 112 7 117 0.04 0.94 0 0.54 297.27 0.89 0.24
Hex 70 7 75 4 5E 0 36 129 59 18
Octal 160 7 165 4 136 0 66 451 131 30
Binary 1110000 111 1110101 100 1011110 0 110110 100101001 1011001 11000

Color Harmonies of #700775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700775

Black with #700775

Text Example


Text Example

White with #700775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700775; }

 p { color: rgb(112,7,117); }

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

background-color css

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

 a { background-color: rgb(112,7,117); }

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

border-color css

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

 span { border-color: rgb(112,7,117); }

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