Html Css Color HEX #700182 Purple

📋 copy color: '#700182'

red 112 ◦ green 1 ◦ blue 130

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

Shades of Purple #700182

Tints of Purple #700182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 46.09%
G = 0.41%
B = 53.5%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#700182 (or 0x700182) is known color: Purple. HEX triplet: 70, 01 and 82. RGB value is (112,1,130). Sum of RGB (Red+Green+Blue) = 112+1+130=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #700182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700182 is #8FFE7D. Grayscale: #303030. Windows color (decimal): -9436798 or 8520048. OLE color: 8520048.

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

Color convert

RGB 112 1 130 -
CMYK 0.14 0.99 0 0.49
HSL 291.63º 0.98% 0.26% -
HSV(B) 291.63º 0.99% 0.51% -
XYZ 10.72 5.08 21.53 -
YUV 48.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 112 1 130 0.14 0.99 0 0.49 291.63 0.98 0.26
Hex 70 1 82 E 63 0 31 124 62 1A
Octal 160 1 202 16 143 0 61 444 142 32
Binary 1110000 1 10000010 1110 1100011 0 110001 100100100 1100010 11010

Color Harmonies of #700182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700182

Black with #700182

Text Example


Text Example

White with #700182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700182; }

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

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

background-color css

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

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

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

border-color css

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

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

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