Html Css Color HEX #70166B Palatinate Purple

📋 copy color: '#70166B'

red 112 ◦ green 22 ◦ blue 107

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

Shades of Palatinate Purple #70166B

Tints of Palatinate Purple #70166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

 BLUE value IS 107 (42.19% from 255) = 44.4%

R = 46.47%
G = 9.13%
B = 44.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70166B (or 0x70166B) is known color: Palatinate Purple. HEX triplet: 70, 16 and 6B. RGB value is (112,22,107). Sum of RGB (Red+Green+Blue) = 112+22+107=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70166B is #8FE994. Grayscale: #3A3A3A. Windows color (decimal): -9431445 or 7018096. OLE color: 7018096.

HSL color Cylindrical-coordinate representation of color #70166B: hue angle of 303.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70166B is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 107 -
CMYK 0 0.80 0.04 0.56
HSL 303.33º 0.67% 0.26% -
HSV(B) 303.33º 0.8% 0.44% -
XYZ 9.62 5.08 14.38 -
YUV 58.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 112 22 107 0 0.80 0.04 0.56 303.33 0.67 0.26
Hex 70 16 6B 0 50 4 38 12F 43 1A
Octal 160 26 153 0 120 4 70 457 103 32
Binary 1110000 10110 1101011 0 1010000 100 111000 100101111 1000011 11010

Color Harmonies of #70166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70166B

Black with #70166B

Text Example


Text Example

White with #70166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70166B; }

 p { color: rgb(112,22,107); }

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

background-color css

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

 a { background-color: rgb(112,22,107); }

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

border-color css

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

 span { border-color: rgb(112,22,107); }

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