Html Css Color HEX #702562 Palatinate Purple

📋 copy color: '#702562'

red 112 ◦ green 37 ◦ blue 98

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

Shades of Palatinate Purple #702562

Tints of Palatinate Purple #702562

RGB

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

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

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

R = 45.34%
G = 14.98%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702562 (or 0x702562) is known color: Palatinate Purple. HEX triplet: 70, 25 and 62. RGB value is (112,37,98). Sum of RGB (Red+Green+Blue) = 112+37+98=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 112 - color contains mainly: red. Hex color #702562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702562 is #8FDA9D. Grayscale: #424242. Windows color (decimal): -9427614 or 6432112. OLE color: 6432112.

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

Color convert

RGB 112 37 98 -
CMYK 0 0.67 0.13 0.56
HSL 311.2º 0.5% 0.29% -
HSV(B) 311.2º 0.67% 0.44% -
XYZ 9.55 5.65 12.14 -
YUV 66.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 112 37 98 0 0.67 0.13 0.56 311.2 0.5 0.29
Hex 70 25 62 0 43 D 38 137 32 1D
Octal 160 45 142 0 103 15 70 467 62 35
Binary 1110000 100101 1100010 0 1000011 1101 111000 100110111 110010 11101

Color Harmonies of #702562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702562

Black with #702562

Text Example


Text Example

White with #702562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702562; }

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

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

background-color css

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

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

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

border-color css

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

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

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