Html Css Color HEX #703364 Palatinate Purple

📋 copy color: '#703364'

red 112 ◦ green 51 ◦ blue 100

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

Shades of Palatinate Purple #703364

Tints of Palatinate Purple #703364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

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

R = 42.59%
G = 19.39%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#703364 (or 0x703364) is known color: Palatinate Purple. HEX triplet: 70, 33 and 64. RGB value is (112,51,100). Sum of RGB (Red+Green+Blue) = 112+51+100=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #703364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703364 is #8FCC9B. Grayscale: #4A4A4A. Windows color (decimal): -9424028 or 6566768. OLE color: 6566768.

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

Color convert

RGB 112 51 100 -
CMYK 0 0.54 0.11 0.56
HSL 311.8º 0.37% 0.32% -
HSV(B) 311.8º 0.54% 0.44% -
XYZ 10.17 6.73 12.82 -
YUV 74.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 112 51 100 0 0.54 0.11 0.56 311.8 0.37 0.32
Hex 70 33 64 0 36 B 38 138 25 20
Octal 160 63 144 0 66 13 70 470 45 40
Binary 1110000 110011 1100100 0 110110 1011 111000 100111000 100101 100000

Color Harmonies of #703364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703364

Black with #703364

Text Example


Text Example

White with #703364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703364; }

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

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

background-color css

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

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

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

border-color css

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

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

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