Html Css Color HEX #702560 Palatinate Purple

📋 copy color: '#702560'

red 112 ◦ green 37 ◦ blue 96

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

Shades of Palatinate Purple #702560

Tints of Palatinate Purple #702560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

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

R = 45.71%
G = 15.1%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#702560 (or 0x702560) is known color: Palatinate Purple. HEX triplet: 70, 25 and 60. RGB value is (112,37,96). Sum of RGB (Red+Green+Blue) = 112+37+96=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #702560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702560 is #8FDA9F. Grayscale: #414141. Windows color (decimal): -9427616 or 6301040. OLE color: 6301040.

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

Color convert

RGB 112 37 96 -
CMYK 0 0.67 0.14 0.56
HSL 312.8º 0.5% 0.29% -
HSV(B) 312.8º 0.67% 0.44% -
XYZ 9.45 5.61 11.65 -
YUV 66.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 112 37 96 0 0.67 0.14 0.56 312.8 0.5 0.29
Hex 70 25 60 0 43 E 38 139 32 1D
Octal 160 45 140 0 103 16 70 471 62 35
Binary 1110000 100101 1100000 0 1000011 1110 111000 100111001 110010 11101

Color Harmonies of #702560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702560

Black with #702560

Text Example


Text Example

White with #702560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702560; }

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

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

background-color css

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

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

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

border-color css

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

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

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