Html Css Color HEX #70236E Palatinate Purple

📋 copy color: '#70236E'

red 112 ◦ green 35 ◦ blue 110

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

Shades of Palatinate Purple #70236E

Tints of Palatinate Purple #70236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 110 (43.36% from 255) = 42.8%

R = 43.58%
G = 13.62%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70236E (or 0x70236E) is known color: Palatinate Purple. HEX triplet: 70, 23 and 6E. RGB value is (112,35,110). Sum of RGB (Red+Green+Blue) = 112+35+110=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70236E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70236E is #8FDC91. Grayscale: #424242. Windows color (decimal): -9428114 or 7218032. OLE color: 7218032.

HSL color Cylindrical-coordinate representation of color #70236E: hue angle of 301.56º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70236E is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 110 -
CMYK 0 0.69 0.02 0.56
HSL 301.56º 0.52% 0.29% -
HSV(B) 301.56º 0.69% 0.44% -
XYZ 10.1 5.77 15.33 -
YUV 66.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 112 35 110 0 0.69 0.02 0.56 301.56 0.52 0.29
Hex 70 23 6E 0 45 2 38 12E 34 1D
Octal 160 43 156 0 105 2 70 456 64 35
Binary 1110000 100011 1101110 0 1000101 10 111000 100101110 110100 11101

Color Harmonies of #70236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70236E

Black with #70236E

Text Example


Text Example

White with #70236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70236E; }

 p { color: rgb(112,35,110); }

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

background-color css

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

 a { background-color: rgb(112,35,110); }

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

border-color css

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

 span { border-color: rgb(112,35,110); }

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