Html Css Color HEX #701275 Purple

📋 copy color: '#701275'

red 112 ◦ green 18 ◦ blue 117

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

Shades of Purple #701275

Tints of Purple #701275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 45.34%
G = 7.29%
B = 47.37%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701275 (or 0x701275) is known color: Purple. HEX triplet: 70, 12 and 75. RGB value is (112,18,117). Sum of RGB (Red+Green+Blue) = 112+18+117=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #701275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701275 is #8FED8A. Grayscale: #393939. Windows color (decimal): -9432459 or 7672432. OLE color: 7672432.

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

Color convert

RGB 112 18 117 -
CMYK 0.04 0.85 0 0.54
HSL 296.97º 0.73% 0.26% -
HSV(B) 296.97º 0.85% 0.46% -
XYZ 10.11 5.16 17.29 -
YUV 57.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 112 18 117 0.04 0.85 0 0.54 296.97 0.73 0.26
Hex 70 12 75 4 55 0 36 129 49 1A
Octal 160 22 165 4 125 0 66 451 111 32
Binary 1110000 10010 1110101 100 1010101 0 110110 100101001 1001001 11010

Color Harmonies of #701275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701275

Black with #701275

Text Example


Text Example

White with #701275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701275; }

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

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

background-color css

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

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

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

border-color css

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

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

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