Html Css Color HEX #70165B Palatinate Purple

📋 copy color: '#70165B'

red 112 ◦ green 22 ◦ blue 91

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

Shades of Palatinate Purple #70165B

Tints of Palatinate Purple #70165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 49.78%
G = 9.78%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70165B (or 0x70165B) is known color: Palatinate Purple. HEX triplet: 70, 16 and 5B. RGB value is (112,22,91). Sum of RGB (Red+Green+Blue) = 112+22+91=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70165B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70165B is #8FE9A4. Grayscale: #383838. Windows color (decimal): -9431461 or 5969520. OLE color: 5969520.

HSL color Cylindrical-coordinate representation of color #70165B: hue angle of 314º 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 #70165B is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 91 -
CMYK 0 0.80 0.19 0.56
HSL 314º 0.67% 0.26% -
HSV(B) 314º 0.8% 0.44% -
XYZ 8.86 4.77 10.35 -
YUV 56.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 112 22 91 0 0.80 0.19 0.56 314 0.67 0.26
Hex 70 16 5B 0 50 13 38 13A 43 1A
Octal 160 26 133 0 120 23 70 472 103 32
Binary 1110000 10110 1011011 0 1010000 10011 111000 100111010 1000011 11010

Color Harmonies of #70165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70165B

Black with #70165B

Text Example


Text Example

White with #70165B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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