Html Css Color HEX #701282 Purple

📋 copy color: '#701282'

red 112 ◦ green 18 ◦ blue 130

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

Shades of Purple #701282

Tints of Purple #701282

RGB

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

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

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

R = 43.08%
G = 6.92%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#701282 (or 0x701282) is known color: Purple. HEX triplet: 70, 12 and 82. RGB value is (112,18,130). Sum of RGB (Red+Green+Blue) = 112+18+130=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #701282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701282 is #8FED7D. Grayscale: #3A3A3A. Windows color (decimal): -9432446 or 8524400. OLE color: 8524400.

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

Color convert

RGB 112 18 130 -
CMYK 0.14 0.86 0 0.49
HSL 290.36º 0.76% 0.29% -
HSV(B) 290.36º 0.86% 0.51% -
XYZ 10.93 5.49 21.6 -
YUV 58.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 112 18 130 0.14 0.86 0 0.49 290.36 0.76 0.29
Hex 70 12 82 E 56 0 31 122 4C 1D
Octal 160 22 202 16 126 0 61 442 114 35
Binary 1110000 10010 10000010 1110 1010110 0 110001 100100010 1001100 11101

Color Harmonies of #701282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701282

Black with #701282

Text Example


Text Example

White with #701282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701282; }

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

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

background-color css

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

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

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

border-color css

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

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

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