Html Css Color HEX #700C6E Purple

📋 copy color: '#700C6E'

red 112 ◦ green 12 ◦ blue 110

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

Shades of Purple #700C6E

Tints of Purple #700C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 47.86%
G = 5.13%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#700C6E (or 0x700C6E) is known color: Purple. HEX triplet: 70, 0C and 6E. RGB value is (112,12,110). Sum of RGB (Red+Green+Blue) = 112+12+110=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #700C6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C6E is #8FF391. Grayscale: #343434. Windows color (decimal): -9434002 or 7212144. OLE color: 7212144.

HSL color Cylindrical-coordinate representation of color #700C6E: hue angle of 301.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #700C6E is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 110 -
CMYK 0 0.89 0.02 0.56
HSL 301.2º 0.81% 0.24% -
HSV(B) 301.2º 0.89% 0.44% -
XYZ 9.63 4.83 15.18 -
YUV 53.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 112 12 110 0 0.89 0.02 0.56 301.2 0.81 0.24
Hex 70 C 6E 0 59 2 38 12D 51 18
Octal 160 14 156 0 131 2 70 455 121 30
Binary 1110000 1100 1101110 0 1011001 10 111000 100101101 1010001 11000

Color Harmonies of #700C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C6E

Black with #700C6E

Text Example


Text Example

White with #700C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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