Html Css Color HEX #703269 Palatinate Purple

📋 copy color: '#703269'

red 112 ◦ green 50 ◦ blue 105

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

Shades of Palatinate Purple #703269

Tints of Palatinate Purple #703269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

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

R = 41.95%
G = 18.73%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#703269 (or 0x703269) is known color: Palatinate Purple. HEX triplet: 70, 32 and 69. RGB value is (112,50,105). Sum of RGB (Red+Green+Blue) = 112+50+105=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #703269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703269 is #8FCD96. Grayscale: #4A4A4A. Windows color (decimal): -9424279 or 6894192. OLE color: 6894192.

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

Color convert

RGB 112 50 105 -
CMYK 0 0.55 0.06 0.56
HSL 306.77º 0.38% 0.32% -
HSV(B) 306.77º 0.55% 0.44% -
XYZ 10.37 6.75 14.12 -
YUV 74.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 112 50 105 0 0.55 0.06 0.56 306.77 0.38 0.32
Hex 70 32 69 0 37 6 38 133 26 20
Octal 160 62 151 0 67 6 70 463 46 40
Binary 1110000 110010 1101001 0 110111 110 111000 100110011 100110 100000

Color Harmonies of #703269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703269

Black with #703269

Text Example


Text Example

White with #703269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703269; }

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

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

background-color css

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

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

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

border-color css

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

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

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