Html Css Color HEX #700C63 Palatinate Purple

📋 copy color: '#700C63'

red 112 ◦ green 12 ◦ blue 99

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

Shades of Palatinate Purple #700C63

Tints of Palatinate Purple #700C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.39%

R = 50.22%
G = 5.38%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#700C63 (or 0x700C63) is known color: Palatinate Purple. HEX triplet: 70, 0C and 63. RGB value is (112,12,99). Sum of RGB (Red+Green+Blue) = 112+12+99=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #700C63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700C63 is #8FF39C. Grayscale: #333333. Windows color (decimal): -9434013 or 6491248. OLE color: 6491248.

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

Color convert

RGB 112 12 99 -
CMYK 0 0.89 0.12 0.56
HSL 307.8º 0.81% 0.24% -
HSV(B) 307.8º 0.89% 0.44% -
XYZ 9.07 4.61 12.22 -
YUV 51.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 112 12 99 0 0.89 0.12 0.56 307.8 0.81 0.24
Hex 70 C 63 0 59 C 38 134 51 18
Octal 160 14 143 0 131 14 70 464 121 30
Binary 1110000 1100 1100011 0 1011001 1100 111000 100110100 1010001 11000

Color Harmonies of #700C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700C63

Black with #700C63

Text Example


Text Example

White with #700C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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