Html Css Color HEX #700A67 Palatinate Purple

📋 copy color: '#700A67'

red 112 ◦ green 10 ◦ blue 103

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

Shades of Palatinate Purple #700A67

Tints of Palatinate Purple #700A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.44%

 BLUE value IS 103 (40.63% from 255) = 45.78%

R = 49.78%
G = 4.44%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#700A67 (or 0x700A67) is known color: Palatinate Purple. HEX triplet: 70, 0A and 67. RGB value is (112,10,103). Sum of RGB (Red+Green+Blue) = 112+10+103=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #700A67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A67 is #8FF598. Grayscale: #323232. Windows color (decimal): -9434521 or 6752880. OLE color: 6752880.

HSL color Cylindrical-coordinate representation of color #700A67: hue angle of 305.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A67 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 10 103 -
CMYK 0 0.91 0.08 0.56
HSL 305.29º 0.84% 0.24% -
HSV(B) 305.29º 0.91% 0.44% -
XYZ 9.24 4.64 13.24 -
YUV 51.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 112 10 103 0 0.91 0.08 0.56 305.29 0.84 0.24
Hex 70 A 67 0 5B 8 38 131 54 18
Octal 160 12 147 0 133 10 70 461 124 30
Binary 1110000 1010 1100111 0 1011011 1000 111000 100110001 1010100 11000

Color Harmonies of #700A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A67

Black with #700A67

Text Example


Text Example

White with #700A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,10,103); }

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

background-color css

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

 a { background-color: rgb(112,10,103); }

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

border-color css

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

 span { border-color: rgb(112,10,103); }

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