Html Css Color HEX #700D6B Purple

📋 copy color: '#700D6B'

red 112 ◦ green 13 ◦ blue 107

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

Shades of Purple #700D6B

Tints of Purple #700D6B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

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

R = 48.28%
G = 5.6%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#700D6B (or 0x700D6B) is known color: Purple. HEX triplet: 70, 0D and 6B. RGB value is (112,13,107). Sum of RGB (Red+Green+Blue) = 112+13+107=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #700D6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D6B is #8FF294. Grayscale: #353535. Windows color (decimal): -9433749 or 7015792. OLE color: 7015792.

HSL color Cylindrical-coordinate representation of color #700D6B: hue angle of 303.03º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #700D6B is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 13 107 -
CMYK 0 0.88 0.04 0.56
HSL 303.03º 0.79% 0.25% -
HSV(B) 303.03º 0.88% 0.44% -
XYZ 9.48 4.79 14.34 -
YUV 53.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 112 13 107 0 0.88 0.04 0.56 303.03 0.79 0.25
Hex 70 D 6B 0 58 4 38 12F 4F 19
Octal 160 15 153 0 130 4 70 457 117 31
Binary 1110000 1101 1101011 0 1011000 100 111000 100101111 1001111 11001

Color Harmonies of #700D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700D6B

Black with #700D6B

Text Example


Text Example

White with #700D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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