Html Css Color HEX #703261 Palatinate Purple

📋 copy color: '#703261'

red 112 ◦ green 50 ◦ blue 97

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

Shades of Palatinate Purple #703261

Tints of Palatinate Purple #703261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.45%

R = 43.24%
G = 19.31%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#703261 (or 0x703261) is known color: Palatinate Purple. HEX triplet: 70, 32 and 61. RGB value is (112,50,97). Sum of RGB (Red+Green+Blue) = 112+50+97=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #703261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703261 is #8FCD9E. Grayscale: #494949. Windows color (decimal): -9424287 or 6369904. OLE color: 6369904.

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

Color convert

RGB 112 50 97 -
CMYK 0 0.55 0.13 0.56
HSL 314.52º 0.38% 0.32% -
HSV(B) 314.52º 0.55% 0.44% -
XYZ 9.98 6.59 12.06 -
YUV 73.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 112 50 97 0 0.55 0.13 0.56 314.52 0.38 0.32
Hex 70 32 61 0 37 D 38 13B 26 20
Octal 160 62 141 0 67 15 70 473 46 40
Binary 1110000 110010 1100001 0 110111 1101 111000 100111011 100110 100000

Color Harmonies of #703261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703261

Black with #703261

Text Example


Text Example

White with #703261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703261; }

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

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

background-color css

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

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

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

border-color css

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

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

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