Html Css Color HEX #701475 Purple

📋 copy color: '#701475'

red 112 ◦ green 20 ◦ blue 117

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

Shades of Purple #701475

Tints of Purple #701475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

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

R = 44.98%
G = 8.03%
B = 46.99%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701475 (or 0x701475) is known color: Purple. HEX triplet: 70, 14 and 75. RGB value is (112,20,117). Sum of RGB (Red+Green+Blue) = 112+20+117=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #701475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701475 is #8FEB8A. Grayscale: #3A3A3A. Windows color (decimal): -9431947 or 7672944. OLE color: 7672944.

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

Color convert

RGB 112 20 117 -
CMYK 0.04 0.83 0 0.54
HSL 296.91º 0.71% 0.27% -
HSV(B) 296.91º 0.83% 0.46% -
XYZ 10.14 5.23 17.3 -
YUV 58.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 112 20 117 0.04 0.83 0 0.54 296.91 0.71 0.27
Hex 70 14 75 4 53 0 36 129 47 1B
Octal 160 24 165 4 123 0 66 451 107 33
Binary 1110000 10100 1110101 100 1010011 0 110110 100101001 1000111 11011

Color Harmonies of #701475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701475

Black with #701475

Text Example


Text Example

White with #701475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701475; }

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

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

background-color css

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

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

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

border-color css

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

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

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