Html Css Color HEX #700C6B Purple

📋 copy color: '#700C6B'

red 112 ◦ green 12 ◦ blue 107

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

Shades of Purple #700C6B

Tints of Purple #700C6B

RGB

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

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

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

R = 48.48%
G = 5.19%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#700C6B (or 0x700C6B) is known color: Purple. HEX triplet: 70, 0C and 6B. RGB value is (112,12,107). Sum of RGB (Red+Green+Blue) = 112+12+107=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #700C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C6B is #8FF394. Grayscale: #343434. Windows color (decimal): -9434005 or 7015536. OLE color: 7015536.

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

Color convert

RGB 112 12 107 -
CMYK 0 0.89 0.04 0.56
HSL 303º 0.81% 0.24% -
HSV(B) 303º 0.89% 0.44% -
XYZ 9.47 4.77 14.33 -
YUV 52.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 112 12 107 0 0.89 0.04 0.56 303 0.81 0.24
Hex 70 C 6B 0 59 4 38 12F 51 18
Octal 160 14 153 0 131 4 70 457 121 30
Binary 1110000 1100 1101011 0 1011001 100 111000 100101111 1010001 11000

Color Harmonies of #700C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C6B

Black with #700C6B

Text Example


Text Example

White with #700C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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