Html Css Color HEX #700582 Purple

📋 copy color: '#700582'

red 112 ◦ green 5 ◦ blue 130

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

Shades of Purple #700582

Tints of Purple #700582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 45.34%
G = 2.02%
B = 52.63%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#700582 (or 0x700582) is known color: Purple. HEX triplet: 70, 05 and 82. RGB value is (112,5,130). Sum of RGB (Red+Green+Blue) = 112+5+130=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #700582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700582 is #8FFA7D. Grayscale: #323232. Windows color (decimal): -9435774 or 8521072. OLE color: 8521072.

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

Color convert

RGB 112 5 130 -
CMYK 0.14 0.96 0 0.49
HSL 291.36º 0.93% 0.26% -
HSV(B) 291.36º 0.96% 0.51% -
XYZ 10.77 5.16 21.55 -
YUV 51.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 112 5 130 0.14 0.96 0 0.49 291.36 0.93 0.26
Hex 70 5 82 E 60 0 31 123 5D 1A
Octal 160 5 202 16 140 0 61 443 135 32
Binary 1110000 101 10000010 1110 1100000 0 110001 100100011 1011101 11010

Color Harmonies of #700582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700582

Black with #700582

Text Example


Text Example

White with #700582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700582; }

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

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

background-color css

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

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

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

border-color css

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

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

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