Html Css Color HEX #703564 Palatinate Purple

📋 copy color: '#703564'

red 112 ◦ green 53 ◦ blue 100

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

Shades of Palatinate Purple #703564

Tints of Palatinate Purple #703564

RGB

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

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

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

R = 42.26%
G = 20%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#703564 (or 0x703564) is known color: Palatinate Purple. HEX triplet: 70, 35 and 64. RGB value is (112,53,100). Sum of RGB (Red+Green+Blue) = 112+53+100=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #703564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703564 is #8FCA9B. Grayscale: #4B4B4B. Windows color (decimal): -9423516 or 6567280. OLE color: 6567280.

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

Color convert

RGB 112 53 100 -
CMYK 0 0.53 0.11 0.56
HSL 312.2º 0.36% 0.32% -
HSV(B) 312.2º 0.53% 0.44% -
XYZ 10.26 6.91 12.85 -
YUV 76 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 112 53 100 0 0.53 0.11 0.56 312.2 0.36 0.32
Hex 70 35 64 0 35 B 38 138 24 20
Octal 160 65 144 0 65 13 70 470 44 40
Binary 1110000 110101 1100100 0 110101 1011 111000 100111000 100100 100000

Color Harmonies of #703564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703564

Black with #703564

Text Example


Text Example

White with #703564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703564; }

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

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

background-color css

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

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

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

border-color css

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

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

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