Html Css Color HEX #700B6B Purple

📋 copy color: '#700B6B'

red 112 ◦ green 11 ◦ blue 107

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

Shades of Purple #700B6B

Tints of Purple #700B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.52%

R = 48.7%
G = 4.78%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#700B6B (or 0x700B6B) is known color: Purple. HEX triplet: 70, 0B and 6B. RGB value is (112,11,107). Sum of RGB (Red+Green+Blue) = 112+11+107=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #700B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B6B is #8FF494. Grayscale: #333333. Windows color (decimal): -9434261 or 7015280. OLE color: 7015280.

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

Color convert

RGB 112 11 107 -
CMYK 0 0.90 0.04 0.56
HSL 302.97º 0.82% 0.24% -
HSV(B) 302.97º 0.9% 0.44% -
XYZ 9.46 4.75 14.33 -
YUV 52.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 112 11 107 0 0.90 0.04 0.56 302.97 0.82 0.24
Hex 70 B 6B 0 5A 4 38 12F 52 18
Octal 160 13 153 0 132 4 70 457 122 30
Binary 1110000 1011 1101011 0 1011010 100 111000 100101111 1010010 11000

Color Harmonies of #700B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700B6B

Black with #700B6B

Text Example


Text Example

White with #700B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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