Html Css Color HEX #702060 Palatinate Purple

📋 copy color: '#702060'

red 112 ◦ green 32 ◦ blue 96

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

Shades of Palatinate Purple #702060

Tints of Palatinate Purple #702060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.33%

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

R = 46.67%
G = 13.33%
B = 40%

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

#702060 (or 0x702060) is known color: Palatinate Purple. HEX triplet: 70, 20 and 60. RGB value is (112,32,96). Sum of RGB (Red+Green+Blue) = 112+32+96=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #702060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702060 is #8FDF9F. Grayscale: #3F3F3F. Windows color (decimal): -9428896 or 6299760. OLE color: 6299760.

HSL color Cylindrical-coordinate representation of color #702060: hue angle of 312º degrees, saturation: 0.56, 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 #702060 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 96 -
CMYK 0 0.71 0.14 0.56
HSL 312º 0.56% 0.28% -
HSV(B) 312º 0.71% 0.44% -
XYZ 9.31 5.32 11.6 -
YUV 63.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 112 32 96 0 0.71 0.14 0.56 312 0.56 0.28
Hex 70 20 60 0 47 E 38 138 38 1C
Octal 160 40 140 0 107 16 70 470 70 34
Binary 1110000 100000 1100000 0 1000111 1110 111000 100111000 111000 11100

Color Harmonies of #702060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702060

Black with #702060

Text Example


Text Example

White with #702060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702060; }

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

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

background-color css

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

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

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

border-color css

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

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

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