Html Css Color HEX #702061 Palatinate Purple

📋 copy color: '#702061'

red 112 ◦ green 32 ◦ blue 97

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

Shades of Palatinate Purple #702061

Tints of Palatinate Purple #702061

RGB

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

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

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

R = 46.47%
G = 13.28%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702061 (or 0x702061) is known color: Palatinate Purple. HEX triplet: 70, 20 and 61. RGB value is (112,32,97). Sum of RGB (Red+Green+Blue) = 112+32+97=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #702061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702061 is #8FDF9E. Grayscale: #3F3F3F. Windows color (decimal): -9428895 or 6365296. OLE color: 6365296.

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

Color convert

RGB 112 32 97 -
CMYK 0 0.71 0.13 0.56
HSL 311.25º 0.56% 0.28% -
HSV(B) 311.25º 0.71% 0.44% -
XYZ 9.36 5.34 11.85 -
YUV 63.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 112 32 97 0 0.71 0.13 0.56 311.25 0.56 0.28
Hex 70 20 61 0 47 D 38 137 38 1C
Octal 160 40 141 0 107 15 70 467 70 34
Binary 1110000 100000 1100001 0 1000111 1101 111000 100110111 111000 11100

Color Harmonies of #702061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702061

Black with #702061

Text Example


Text Example

White with #702061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702061; }

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

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

background-color css

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

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

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

border-color css

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

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

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