Html Css Color HEX #700C7B Purple

📋 copy color: '#700C7B'

red 112 ◦ green 12 ◦ blue 123

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

Shades of Purple #700C7B

Tints of Purple #700C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49.8%

R = 45.34%
G = 4.86%
B = 49.8%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#700C7B (or 0x700C7B) is known color: Purple. HEX triplet: 70, 0C and 7B. RGB value is (112,12,123). Sum of RGB (Red+Green+Blue) = 112+12+123=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #700C7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C7B is #8FF384. Grayscale: #363636. Windows color (decimal): -9433989 or 8064112. OLE color: 8064112.

HSL color Cylindrical-coordinate representation of color #700C7B: hue angle of 294.05º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700C7B is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 112 12 123 -
CMYK 0.09 0.90 0 0.52
HSL 294.05º 0.82% 0.26% -
HSV(B) 294.05º 0.9% 0.48% -
XYZ 10.39 5.14 19.18 -
YUV 54.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 112 12 123 0.09 0.90 0 0.52 294.05 0.82 0.26
Hex 70 C 7B 9 5A 0 34 126 52 1A
Octal 160 14 173 11 132 0 64 446 122 32
Binary 1110000 1100 1111011 1001 1011010 0 110100 100100110 1010010 11010

Color Harmonies of #700C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C7B

Black with #700C7B

Text Example


Text Example

White with #700C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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