Html Css Color HEX #701982 Purple

📋 copy color: '#701982'

red 112 ◦ green 25 ◦ blue 130

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

Shades of Purple #701982

Tints of Purple #701982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 130 (51.17% from 255) = 48.69%

R = 41.95%
G = 9.36%
B = 48.69%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#701982 (or 0x701982) is known color: Purple. HEX triplet: 70, 19 and 82. RGB value is (112,25,130). Sum of RGB (Red+Green+Blue) = 112+25+130=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #701982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701982 is #8FE67D. Grayscale: #3E3E3E. Windows color (decimal): -9430654 or 8526192. OLE color: 8526192.

HSL color Cylindrical-coordinate representation of color #701982: hue angle of 289.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701982 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 25 130 -
CMYK 0.14 0.81 0 0.49
HSL 289.71º 0.68% 0.3% -
HSV(B) 289.71º 0.81% 0.51% -
XYZ 11.06 5.75 21.65 -
YUV 62.98 165.82 162.96 -
System Red Green Blue C M Y K H S L
Decimal 112 25 130 0.14 0.81 0 0.49 289.71 0.68 0.3
Hex 70 19 82 E 51 0 31 122 44 1E
Octal 160 31 202 16 121 0 61 442 104 36
Binary 1110000 11001 10000010 1110 1010001 0 110001 100100010 1000100 11110

Color Harmonies of #701982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701982

Black with #701982

Text Example


Text Example

White with #701982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701982; }

 p { color: rgb(112,25,130); }

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

background-color css

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

 a { background-color: rgb(112,25,130); }

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

border-color css

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

 span { border-color: rgb(112,25,130); }

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