Html Css Color HEX #700C6F Purple

📋 copy color: '#700C6F'

red 112 ◦ green 12 ◦ blue 111

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

Shades of Purple #700C6F

Tints of Purple #700C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.23%

R = 47.66%
G = 5.11%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#700C6F (or 0x700C6F) is known color: Purple. HEX triplet: 70, 0C and 6F. RGB value is (112,12,111). Sum of RGB (Red+Green+Blue) = 112+12+111=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #700C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C6F is #8FF390. Grayscale: #343434. Windows color (decimal): -9434001 or 7277680. OLE color: 7277680.

HSL color Cylindrical-coordinate representation of color #700C6F: hue angle of 300.6º 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 #700C6F is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 12 111 -
CMYK 0 0.89 0.01 0.56
HSL 300.6º 0.81% 0.24% -
HSV(B) 300.6º 0.89% 0.44% -
XYZ 9.68 4.86 15.47 -
YUV 53.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 112 12 111 0 0.89 0.01 0.56 300.6 0.81 0.24
Hex 70 C 6F 0 59 1 38 12D 51 18
Octal 160 14 157 0 131 1 70 455 121 30
Binary 1110000 1100 1101111 0 1011001 1 111000 100101101 1010001 11000

Color Harmonies of #700C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C6F

Black with #700C6F

Text Example


Text Example

White with #700C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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