Html Css Color HEX #700C80 Purple

📋 copy color: '#700C80'

red 112 ◦ green 12 ◦ blue 128

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

Shades of Purple #700C80

Tints of Purple #700C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.76%

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

R = 44.44%
G = 4.76%
B = 50.79%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#700C80 (or 0x700C80) is known color: Purple. HEX triplet: 70, 0C and 80. RGB value is (112,12,128). Sum of RGB (Red+Green+Blue) = 112+12+128=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #700C80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700C80 is #8FF37F. Grayscale: #363636. Windows color (decimal): -9433984 or 8391792. OLE color: 8391792.

HSL color Cylindrical-coordinate representation of color #700C80: hue angle of 291.72º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700C80 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 12 128 -
CMYK 0.12 0.91 0 0.50
HSL 291.72º 0.83% 0.27% -
HSV(B) 291.72º 0.91% 0.5% -
XYZ 10.71 5.27 20.87 -
YUV 55.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 112 12 128 0.12 0.91 0 0.50 291.72 0.83 0.27
Hex 70 C 80 C 5B 0 32 124 53 1B
Octal 160 14 200 14 133 0 62 444 123 33
Binary 1110000 1100 10000000 1100 1011011 0 110010 100100100 1010011 11011

Color Harmonies of #700C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C80

Black with #700C80

Text Example


Text Example

White with #700C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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