Html Css Color HEX #70236D Palatinate Purple

📋 copy color: '#70236D'

red 112 ◦ green 35 ◦ blue 109

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

Shades of Palatinate Purple #70236D

Tints of Palatinate Purple #70236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 43.75%
G = 13.67%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70236D (or 0x70236D) is known color: Palatinate Purple. HEX triplet: 70, 23 and 6D. RGB value is (112,35,109). Sum of RGB (Red+Green+Blue) = 112+35+109=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70236D is #8FDC92. Grayscale: #424242. Windows color (decimal): -9428115 or 7152496. OLE color: 7152496.

HSL color Cylindrical-coordinate representation of color #70236D: hue angle of 302.34º 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 #70236D is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 109 -
CMYK 0 0.69 0.03 0.56
HSL 302.34º 0.52% 0.29% -
HSV(B) 302.34º 0.69% 0.44% -
XYZ 10.04 5.75 15.05 -
YUV 66.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 112 35 109 0 0.69 0.03 0.56 302.34 0.52 0.29
Hex 70 23 6D 0 45 3 38 12E 34 1D
Octal 160 43 155 0 105 3 70 456 64 35
Binary 1110000 100011 1101101 0 1000101 11 111000 100101110 110100 11101

Color Harmonies of #70236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70236D

Black with #70236D

Text Example


Text Example

White with #70236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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