Html Css Color HEX #703569 Palatinate Purple

📋 copy color: '#703569'

red 112 ◦ green 53 ◦ blue 105

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

Shades of Palatinate Purple #703569

Tints of Palatinate Purple #703569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 41.48%
G = 19.63%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#703569 (or 0x703569) is known color: Palatinate Purple. HEX triplet: 70, 35 and 69. RGB value is (112,53,105). Sum of RGB (Red+Green+Blue) = 112+53+105=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #703569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703569 is #8FCA96. Grayscale: #4C4C4C. Windows color (decimal): -9423511 or 6894960. OLE color: 6894960.

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

Color convert

RGB 112 53 105 -
CMYK 0 0.53 0.06 0.56
HSL 307.12º 0.36% 0.32% -
HSV(B) 307.12º 0.53% 0.44% -
XYZ 10.51 7.01 14.16 -
YUV 76.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 112 53 105 0 0.53 0.06 0.56 307.12 0.36 0.32
Hex 70 35 69 0 35 6 38 133 24 20
Octal 160 65 151 0 65 6 70 463 44 40
Binary 1110000 110101 1101001 0 110101 110 111000 100110011 100100 100000

Color Harmonies of #703569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703569

Black with #703569

Text Example


Text Example

White with #703569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703569; }

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

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

background-color css

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

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

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

border-color css

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

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

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