Html Css Color HEX #703567 Palatinate Purple

📋 copy color: '#703567'

red 112 ◦ green 53 ◦ blue 103

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

Shades of Palatinate Purple #703567

Tints of Palatinate Purple #703567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.78%

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 41.79%
G = 19.78%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#703567 (or 0x703567) is known color: Palatinate Purple. HEX triplet: 70, 35 and 67. RGB value is (112,53,103). Sum of RGB (Red+Green+Blue) = 112+53+103=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #703567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703567 is #8FCA98. Grayscale: #4C4C4C. Windows color (decimal): -9423513 or 6763888. OLE color: 6763888.

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

Color convert

RGB 112 53 103 -
CMYK 0 0.53 0.08 0.56
HSL 309.15º 0.36% 0.32% -
HSV(B) 309.15º 0.53% 0.44% -
XYZ 10.4 6.97 13.63 -
YUV 76.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 112 53 103 0 0.53 0.08 0.56 309.15 0.36 0.32
Hex 70 35 67 0 35 8 38 135 24 20
Octal 160 65 147 0 65 10 70 465 44 40
Binary 1110000 110101 1100111 0 110101 1000 111000 100110101 100100 100000

Color Harmonies of #703567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703567

Black with #703567

Text Example


Text Example

White with #703567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703567; }

 p { color: rgb(112,53,103); }

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

background-color css

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

 a { background-color: rgb(112,53,103); }

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

border-color css

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

 span { border-color: rgb(112,53,103); }

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