Html Css Color HEX #700B6F Purple

📋 copy color: '#700B6F'

red 112 ◦ green 11 ◦ blue 111

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

Shades of Purple #700B6F

Tints of Purple #700B6F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.7%

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

R = 47.86%
G = 4.7%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#700B6F (or 0x700B6F) is known color: Purple. HEX triplet: 70, 0B and 6F. RGB value is (112,11,111). Sum of RGB (Red+Green+Blue) = 112+11+111=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #700B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B6F is #8FF490. Grayscale: #343434. Windows color (decimal): -9434257 or 7277424. OLE color: 7277424.

HSL color Cylindrical-coordinate representation of color #700B6F: hue angle of 300.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B6F is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 11 111 -
CMYK 0 0.90 0.01 0.56
HSL 300.59º 0.82% 0.24% -
HSV(B) 300.59º 0.9% 0.44% -
XYZ 9.67 4.83 15.46 -
YUV 52.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 112 11 111 0 0.90 0.01 0.56 300.59 0.82 0.24
Hex 70 B 6F 0 5A 1 38 12D 52 18
Octal 160 13 157 0 132 1 70 455 122 30
Binary 1110000 1011 1101111 0 1011010 1 111000 100101101 1010010 11000

Color Harmonies of #700B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B6F

Black with #700B6F

Text Example


Text Example

White with #700B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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