Html Css Color HEX #703064 Palatinate Purple

📋 copy color: '#703064'

red 112 ◦ green 48 ◦ blue 100

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

Shades of Palatinate Purple #703064

Tints of Palatinate Purple #703064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

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

R = 43.08%
G = 18.46%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#703064 (or 0x703064) is known color: Palatinate Purple. HEX triplet: 70, 30 and 64. RGB value is (112,48,100). Sum of RGB (Red+Green+Blue) = 112+48+100=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 100 (39.45% from 255 or 38.46% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #703064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703064 is #8FCF9B. Grayscale: #484848. Windows color (decimal): -9424796 or 6566000. OLE color: 6566000.

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

Color convert

RGB 112 48 100 -
CMYK 0 0.57 0.11 0.56
HSL 311.25º 0.4% 0.31% -
HSV(B) 311.25º 0.57% 0.44% -
XYZ 10.04 6.48 12.78 -
YUV 73.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 112 48 100 0 0.57 0.11 0.56 311.25 0.4 0.31
Hex 70 30 64 0 39 B 38 137 28 1F
Octal 160 60 144 0 71 13 70 467 50 37
Binary 1110000 110000 1100100 0 111001 1011 111000 100110111 101000 11111

Color Harmonies of #703064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703064

Black with #703064

Text Example


Text Example

White with #703064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703064; }

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

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

background-color css

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

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

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

border-color css

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

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

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