Html Css Color HEX #702163 Palatinate Purple

📋 copy color: '#702163'

red 112 ◦ green 33 ◦ blue 99

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

Shades of Palatinate Purple #702163

Tints of Palatinate Purple #702163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 45.9%
G = 13.52%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#702163 (or 0x702163) is known color: Palatinate Purple. HEX triplet: 70, 21 and 63. RGB value is (112,33,99). Sum of RGB (Red+Green+Blue) = 112+33+99=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #702163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702163 is #8FDE9C. Grayscale: #3F3F3F. Windows color (decimal): -9428637 or 6496624. OLE color: 6496624.

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

Color convert

RGB 112 33 99 -
CMYK 0 0.71 0.12 0.56
HSL 309.87º 0.54% 0.28% -
HSV(B) 309.87º 0.71% 0.44% -
XYZ 9.48 5.43 12.35 -
YUV 64.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 112 33 99 0 0.71 0.12 0.56 309.87 0.54 0.28
Hex 70 21 63 0 47 C 38 136 36 1C
Octal 160 41 143 0 107 14 70 466 66 34
Binary 1110000 100001 1100011 0 1000111 1100 111000 100110110 110110 11100

Color Harmonies of #702163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702163

Black with #702163

Text Example


Text Example

White with #702163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702163; }

 p { color: rgb(112,33,99); }

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

background-color css

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

 a { background-color: rgb(112,33,99); }

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

border-color css

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

 span { border-color: rgb(112,33,99); }

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