Html Css Color HEX #702760 Palatinate Purple

📋 copy color: '#702760'

red 112 ◦ green 39 ◦ blue 96

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

Shades of Palatinate Purple #702760

Tints of Palatinate Purple #702760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 45.34%
G = 15.79%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#702760 (or 0x702760) is known color: Palatinate Purple. HEX triplet: 70, 27 and 60. RGB value is (112,39,96). Sum of RGB (Red+Green+Blue) = 112+39+96=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #702760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702760 is #8FD89F. Grayscale: #434343. Windows color (decimal): -9427104 or 6301552. OLE color: 6301552.

HSL color Cylindrical-coordinate representation of color #702760: hue angle of 313.15º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702760 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 96 -
CMYK 0 0.65 0.14 0.56
HSL 313.15º 0.48% 0.3% -
HSV(B) 313.15º 0.65% 0.44% -
XYZ 9.52 5.74 11.67 -
YUV 67.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 112 39 96 0 0.65 0.14 0.56 313.15 0.48 0.3
Hex 70 27 60 0 41 E 38 139 30 1E
Octal 160 47 140 0 101 16 70 471 60 36
Binary 1110000 100111 1100000 0 1000001 1110 111000 100111001 110000 11110

Color Harmonies of #702760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702760

Black with #702760

Text Example


Text Example

White with #702760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702760; }

 p { color: rgb(112,39,96); }

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

background-color css

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

 a { background-color: rgb(112,39,96); }

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

border-color css

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

 span { border-color: rgb(112,39,96); }

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