Html Css Color HEX #700C7F Purple

📋 copy color: '#700C7F'

red 112 ◦ green 12 ◦ blue 127

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

Shades of Purple #700C7F

Tints of Purple #700C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.6%

R = 44.62%
G = 4.78%
B = 50.6%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#700C7F (or 0x700C7F) is known color: Purple. HEX triplet: 70, 0C and 7F. RGB value is (112,12,127). Sum of RGB (Red+Green+Blue) = 112+12+127=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #700C7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C7F is #8FF380. Grayscale: #363636. Windows color (decimal): -9433985 or 8326256. OLE color: 8326256.

HSL color Cylindrical-coordinate representation of color #700C7F: hue angle of 292.17º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700C7F is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 12 127 -
CMYK 0.12 0.91 0 0.50
HSL 292.17º 0.83% 0.27% -
HSV(B) 292.17º 0.91% 0.5% -
XYZ 10.64 5.24 20.53 -
YUV 55.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 112 12 127 0.12 0.91 0 0.50 292.17 0.83 0.27
Hex 70 C 7F C 5B 0 32 124 53 1B
Octal 160 14 177 14 133 0 62 444 123 33
Binary 1110000 1100 1111111 1100 1011011 0 110010 100100100 1010011 11011

Color Harmonies of #700C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C7F

Black with #700C7F

Text Example


Text Example

White with #700C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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