Html Css Color HEX #702262 Palatinate Purple

📋 copy color: '#702262'

red 112 ◦ green 34 ◦ blue 98

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

Shades of Palatinate Purple #702262

Tints of Palatinate Purple #702262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

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

R = 45.9%
G = 13.93%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#702262 (or 0x702262) is known color: Palatinate Purple. HEX triplet: 70, 22 and 62. RGB value is (112,34,98). Sum of RGB (Red+Green+Blue) = 112+34+98=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #702262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702262 is #8FDD9D. Grayscale: #404040. Windows color (decimal): -9428382 or 6431344. OLE color: 6431344.

HSL color Cylindrical-coordinate representation of color #702262: hue angle of 310.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702262 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 98 -
CMYK 0 0.70 0.13 0.56
HSL 310.77º 0.53% 0.29% -
HSV(B) 310.77º 0.7% 0.44% -
XYZ 9.46 5.47 12.11 -
YUV 64.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 112 34 98 0 0.70 0.13 0.56 310.77 0.53 0.29
Hex 70 22 62 0 46 D 38 137 35 1D
Octal 160 42 142 0 106 15 70 467 65 35
Binary 1110000 100010 1100010 0 1000110 1101 111000 100110111 110101 11101

Color Harmonies of #702262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702262

Black with #702262

Text Example


Text Example

White with #702262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702262; }

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

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

background-color css

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

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

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

border-color css

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

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

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