Html Css Color HEX #702160 Palatinate Purple

📋 copy color: '#702160'

red 112 ◦ green 33 ◦ blue 96

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

Shades of Palatinate Purple #702160

Tints of Palatinate Purple #702160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

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

R = 46.47%
G = 13.69%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#702160 (or 0x702160) is known color: Palatinate Purple. HEX triplet: 70, 21 and 60. RGB value is (112,33,96). Sum of RGB (Red+Green+Blue) = 112+33+96=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #702160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702160 is #8FDE9F. Grayscale: #3F3F3F. Windows color (decimal): -9428640 or 6300016. OLE color: 6300016.

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

Color convert

RGB 112 33 96 -
CMYK 0 0.71 0.14 0.56
HSL 312.15º 0.54% 0.28% -
HSV(B) 312.15º 0.71% 0.44% -
XYZ 9.34 5.38 11.61 -
YUV 63.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 112 33 96 0 0.71 0.14 0.56 312.15 0.54 0.28
Hex 70 21 60 0 47 E 38 138 36 1C
Octal 160 41 140 0 107 16 70 470 66 34
Binary 1110000 100001 1100000 0 1000111 1110 111000 100111000 110110 11100

Color Harmonies of #702160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702160

Black with #702160

Text Example


Text Example

White with #702160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702160; }

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

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

background-color css

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

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

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

border-color css

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

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

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