Html Css Color HEX #701675 Purple

📋 copy color: '#701675'

red 112 ◦ green 22 ◦ blue 117

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

Shades of Purple #701675

Tints of Purple #701675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

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

R = 44.62%
G = 8.76%
B = 46.61%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701675 (or 0x701675) is known color: Purple. HEX triplet: 70, 16 and 75. RGB value is (112,22,117). Sum of RGB (Red+Green+Blue) = 112+22+117=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #701675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701675 is #8FE98A. Grayscale: #3B3B3B. Windows color (decimal): -9431435 or 7673456. OLE color: 7673456.

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

Color convert

RGB 112 22 117 -
CMYK 0.04 0.81 0 0.54
HSL 296.84º 0.68% 0.27% -
HSV(B) 296.84º 0.81% 0.46% -
XYZ 10.18 5.3 17.32 -
YUV 59.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 112 22 117 0.04 0.81 0 0.54 296.84 0.68 0.27
Hex 70 16 75 4 51 0 36 129 44 1B
Octal 160 26 165 4 121 0 66 451 104 33
Binary 1110000 10110 1110101 100 1010001 0 110110 100101001 1000100 11011

Color Harmonies of #701675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701675

Black with #701675

Text Example


Text Example

White with #701675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701675; }

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

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

background-color css

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

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

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

border-color css

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

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

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