Html Css Color HEX #70136B Palatinate Purple

📋 copy color: '#70136B'

red 112 ◦ green 19 ◦ blue 107

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

Shades of Palatinate Purple #70136B

Tints of Palatinate Purple #70136B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 47.06%
G = 7.98%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70136B (or 0x70136B) is known color: Palatinate Purple. HEX triplet: 70, 13 and 6B. RGB value is (112,19,107). Sum of RGB (Red+Green+Blue) = 112+19+107=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70136B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70136B is #8FEC94. Grayscale: #383838. Windows color (decimal): -9432213 or 7017328. OLE color: 7017328.

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

Color convert

RGB 112 19 107 -
CMYK 0 0.83 0.04 0.56
HSL 303.23º 0.71% 0.26% -
HSV(B) 303.23º 0.83% 0.44% -
XYZ 9.57 4.97 14.37 -
YUV 56.84 156.31 167.34 -
System Red Green Blue C M Y K H S L
Decimal 112 19 107 0 0.83 0.04 0.56 303.23 0.71 0.26
Hex 70 13 6B 0 53 4 38 12F 47 1A
Octal 160 23 153 0 123 4 70 457 107 32
Binary 1110000 10011 1101011 0 1010011 100 111000 100101111 1000111 11010

Color Harmonies of #70136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70136B

Black with #70136B

Text Example


Text Example

White with #70136B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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