Html Css Color HEX #700782 Purple

📋 copy color: '#700782'

red 112 ◦ green 7 ◦ blue 130

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

Shades of Purple #700782

Tints of Purple #700782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 44.98%
G = 2.81%
B = 52.21%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#700782 (or 0x700782) is known color: Purple. HEX triplet: 70, 07 and 82. RGB value is (112,7,130). Sum of RGB (Red+Green+Blue) = 112+7+130=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #700782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700782 is #8FF87D. Grayscale: #343434. Windows color (decimal): -9435262 or 8521584. OLE color: 8521584.

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

Color convert

RGB 112 7 130 -
CMYK 0.14 0.95 0 0.49
HSL 291.22º 0.9% 0.27% -
HSV(B) 291.22º 0.95% 0.51% -
XYZ 10.79 5.21 21.56 -
YUV 52.42 171.79 170.5 -
System Red Green Blue C M Y K H S L
Decimal 112 7 130 0.14 0.95 0 0.49 291.22 0.9 0.27
Hex 70 7 82 E 5F 0 31 123 5A 1B
Octal 160 7 202 16 137 0 61 443 132 33
Binary 1110000 111 10000010 1110 1011111 0 110001 100100011 1011010 11011

Color Harmonies of #700782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700782

Black with #700782

Text Example


Text Example

White with #700782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700782; }

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

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

background-color css

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

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

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

border-color css

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

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

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