Html Css Color HEX #703365 Palatinate Purple

📋 copy color: '#703365'

red 112 ◦ green 51 ◦ blue 101

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

Shades of Palatinate Purple #703365

Tints of Palatinate Purple #703365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 42.42%
G = 19.32%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#703365 (or 0x703365) is known color: Palatinate Purple. HEX triplet: 70, 33 and 65. RGB value is (112,51,101). Sum of RGB (Red+Green+Blue) = 112+51+101=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #703365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703365 is #8FCC9A. Grayscale: #4A4A4A. Windows color (decimal): -9424027 or 6632304. OLE color: 6632304.

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

Color convert

RGB 112 51 101 -
CMYK 0 0.54 0.10 0.56
HSL 310.82º 0.37% 0.32% -
HSV(B) 310.82º 0.54% 0.44% -
XYZ 10.21 6.75 13.08 -
YUV 74.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 112 51 101 0 0.54 0.10 0.56 310.82 0.37 0.32
Hex 70 33 65 0 36 A 38 137 25 20
Octal 160 63 145 0 66 12 70 467 45 40
Binary 1110000 110011 1100101 0 110110 1010 111000 100110111 100101 100000

Color Harmonies of #703365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703365

Black with #703365

Text Example


Text Example

White with #703365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703365; }

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

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

background-color css

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

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

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

border-color css

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

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

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