Html Css Color HEX #703664 Palatinate Purple

📋 copy color: '#703664'

red 112 ◦ green 54 ◦ blue 100

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

Shades of Palatinate Purple #703664

Tints of Palatinate Purple #703664

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.3%

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 42.11%
G = 20.3%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#703664 (or 0x703664) is known color: Palatinate Purple. HEX triplet: 70, 36 and 64. RGB value is (112,54,100). Sum of RGB (Red+Green+Blue) = 112+54+100=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #703664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703664 is #8FC99B. Grayscale: #4C4C4C. Windows color (decimal): -9423260 or 6567536. OLE color: 6567536.

HSL color Cylindrical-coordinate representation of color #703664: hue angle of 312.41º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703664 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 54 100 -
CMYK 0 0.52 0.11 0.56
HSL 312.41º 0.35% 0.33% -
HSV(B) 312.41º 0.52% 0.44% -
XYZ 10.3 7 12.87 -
YUV 76.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 112 54 100 0 0.52 0.11 0.56 312.41 0.35 0.33
Hex 70 36 64 0 34 B 38 138 23 21
Octal 160 66 144 0 64 13 70 470 43 41
Binary 1110000 110110 1100100 0 110100 1011 111000 100111000 100011 100001

Color Harmonies of #703664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703664

Black with #703664

Text Example


Text Example

White with #703664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703664; }

 p { color: rgb(112,54,100); }

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

background-color css

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

 a { background-color: rgb(112,54,100); }

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

border-color css

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

 span { border-color: rgb(112,54,100); }

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