Html Css Color HEX #700C7C Purple

📋 copy color: '#700C7C'

red 112 ◦ green 12 ◦ blue 124

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

Shades of Purple #700C7C

Tints of Purple #700C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50%

R = 45.16%
G = 4.84%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#700C7C (or 0x700C7C) is known color: Purple. HEX triplet: 70, 0C and 7C. RGB value is (112,12,124). Sum of RGB (Red+Green+Blue) = 112+12+124=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #700C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C7C is #8FF383. Grayscale: #363636. Windows color (decimal): -9433988 or 8129648. OLE color: 8129648.

HSL color Cylindrical-coordinate representation of color #700C7C: hue angle of 293.57º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700C7C is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 12 124 -
CMYK 0.10 0.90 0 0.51
HSL 293.57º 0.82% 0.27% -
HSV(B) 293.57º 0.9% 0.49% -
XYZ 10.45 5.16 19.51 -
YUV 54.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 112 12 124 0.10 0.90 0 0.51 293.57 0.82 0.27
Hex 70 C 7C A 5A 0 33 126 52 1B
Octal 160 14 174 12 132 0 63 446 122 33
Binary 1110000 1100 1111100 1010 1011010 0 110011 100100110 1010010 11011

Color Harmonies of #700C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C7C

Black with #700C7C

Text Example


Text Example

White with #700C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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