Html Css Color HEX #702062 Palatinate Purple

📋 copy color: '#702062'

red 112 ◦ green 32 ◦ blue 98

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

Shades of Palatinate Purple #702062

Tints of Palatinate Purple #702062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 46.28%
G = 13.22%
B = 40.5%

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

#702062 (or 0x702062) is known color: Palatinate Purple. HEX triplet: 70, 20 and 62. RGB value is (112,32,98). Sum of RGB (Red+Green+Blue) = 112+32+98=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702062 is #8FDF9D. Grayscale: #3F3F3F. Windows color (decimal): -9428894 or 6430832. OLE color: 6430832.

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

Color convert

RGB 112 32 98 -
CMYK 0 0.71 0.13 0.56
HSL 310.5º 0.56% 0.28% -
HSV(B) 310.5º 0.71% 0.44% -
XYZ 9.4 5.36 12.09 -
YUV 63.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 112 32 98 0 0.71 0.13 0.56 310.5 0.56 0.28
Hex 70 20 62 0 47 D 38 136 38 1C
Octal 160 40 142 0 107 15 70 466 70 34
Binary 1110000 100000 1100010 0 1000111 1101 111000 100110110 111000 11100

Color Harmonies of #702062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702062

Black with #702062

Text Example


Text Example

White with #702062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702062; }

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

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

background-color css

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

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

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

border-color css

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

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

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