Html Css Color HEX #702164 Palatinate Purple

📋 copy color: '#702164'

red 112 ◦ green 33 ◦ blue 100

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

Shades of Palatinate Purple #702164

Tints of Palatinate Purple #702164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 45.71%
G = 13.47%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#702164 (or 0x702164) is known color: Palatinate Purple. HEX triplet: 70, 21 and 64. RGB value is (112,33,100). Sum of RGB (Red+Green+Blue) = 112+33+100=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #702164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702164 is #8FDE9B. Grayscale: #404040. Windows color (decimal): -9428636 or 6562160. OLE color: 6562160.

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

Color convert

RGB 112 33 100 -
CMYK 0 0.71 0.11 0.56
HSL 309.11º 0.54% 0.28% -
HSV(B) 309.11º 0.71% 0.44% -
XYZ 9.53 5.45 12.61 -
YUV 64.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 112 33 100 0 0.71 0.11 0.56 309.11 0.54 0.28
Hex 70 21 64 0 47 B 38 135 36 1C
Octal 160 41 144 0 107 13 70 465 66 34
Binary 1110000 100001 1100100 0 1000111 1011 111000 100110101 110110 11100

Color Harmonies of #702164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702164

Black with #702164

Text Example


Text Example

White with #702164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702164; }

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

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

background-color css

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

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

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

border-color css

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

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

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