Html Css Color HEX #700580 Purple

📋 copy color: '#700580'

red 112 ◦ green 5 ◦ blue 128

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

Shades of Purple #700580

Tints of Purple #700580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.24%

R = 45.71%
G = 2.04%
B = 52.24%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#700580 (or 0x700580) is known color: Purple. HEX triplet: 70, 05 and 80. RGB value is (112,5,128). Sum of RGB (Red+Green+Blue) = 112+5+128=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #700580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700580 is #8FFA7F. Grayscale: #323232. Windows color (decimal): -9435776 or 8390000. OLE color: 8390000.

HSL color Cylindrical-coordinate representation of color #700580: hue angle of 292.2º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700580 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 5 128 -
CMYK 0.12 0.96 0 0.50
HSL 292.2º 0.92% 0.26% -
HSV(B) 292.2º 0.96% 0.5% -
XYZ 10.63 5.11 20.85 -
YUV 51.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 112 5 128 0.12 0.96 0 0.50 292.2 0.92 0.26
Hex 70 5 80 C 60 0 32 124 5C 1A
Octal 160 5 200 14 140 0 62 444 134 32
Binary 1110000 101 10000000 1100 1100000 0 110010 100100100 1011100 11010

Color Harmonies of #700580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700580

Black with #700580

Text Example


Text Example

White with #700580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700580; }

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

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

background-color css

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

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

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

border-color css

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

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

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