Html Css Color HEX #703360 Palatinate Purple

📋 copy color: '#703360'

red 112 ◦ green 51 ◦ blue 96

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

Shades of Palatinate Purple #703360

Tints of Palatinate Purple #703360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.07%

R = 43.24%
G = 19.69%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#703360 (or 0x703360) is known color: Palatinate Purple. HEX triplet: 70, 33 and 60. RGB value is (112,51,96). Sum of RGB (Red+Green+Blue) = 112+51+96=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #703360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703360 is #8FCC9F. Grayscale: #4A4A4A. Windows color (decimal): -9424032 or 6304624. OLE color: 6304624.

HSL color Cylindrical-coordinate representation of color #703360: hue angle of 315.74º 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 #703360 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 51 96 -
CMYK 0 0.54 0.14 0.56
HSL 315.74º 0.37% 0.32% -
HSV(B) 315.74º 0.54% 0.44% -
XYZ 9.98 6.66 11.83 -
YUV 74.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 112 51 96 0 0.54 0.14 0.56 315.74 0.37 0.32
Hex 70 33 60 0 36 E 38 13C 25 20
Octal 160 63 140 0 66 16 70 474 45 40
Binary 1110000 110011 1100000 0 110110 1110 111000 100111100 100101 100000

Color Harmonies of #703360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703360

Black with #703360

Text Example


Text Example

White with #703360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703360; }

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

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

background-color css

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

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

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

border-color css

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

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

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