Html Css Color HEX #70235D Palatinate Purple

📋 copy color: '#70235D'

red 112 ◦ green 35 ◦ blue 93

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

Shades of Palatinate Purple #70235D

Tints of Palatinate Purple #70235D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.75%

R = 46.67%
G = 14.58%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70235D (or 0x70235D) is known color: Palatinate Purple. HEX triplet: 70, 23 and 5D. RGB value is (112,35,93). Sum of RGB (Red+Green+Blue) = 112+35+93=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70235D is #8FDCA2. Grayscale: #404040. Windows color (decimal): -9428131 or 6103920. OLE color: 6103920.

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

Color convert

RGB 112 35 93 -
CMYK 0 0.69 0.17 0.56
HSL 314.81º 0.52% 0.29% -
HSV(B) 314.81º 0.69% 0.44% -
XYZ 9.26 5.44 10.92 -
YUV 64.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 112 35 93 0 0.69 0.17 0.56 314.81 0.52 0.29
Hex 70 23 5D 0 45 11 38 13B 34 1D
Octal 160 43 135 0 105 21 70 473 64 35
Binary 1110000 100011 1011101 0 1000101 10001 111000 100111011 110100 11101

Color Harmonies of #70235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70235D

Black with #70235D

Text Example


Text Example

White with #70235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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