Html Css Color HEX #70235E Palatinate Purple

📋 copy color: '#70235E'

red 112 ◦ green 35 ◦ blue 94

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

Shades of Palatinate Purple #70235E

Tints of Palatinate Purple #70235E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39%

R = 46.47%
G = 14.52%
B = 39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70235E (or 0x70235E) is known color: Palatinate Purple. HEX triplet: 70, 23 and 5E. RGB value is (112,35,94). Sum of RGB (Red+Green+Blue) = 112+35+94=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70235E is #8FDCA1. Grayscale: #404040. Windows color (decimal): -9428130 or 6169456. OLE color: 6169456.

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

Color convert

RGB 112 35 94 -
CMYK 0 0.69 0.16 0.56
HSL 314.03º 0.52% 0.29% -
HSV(B) 314.03º 0.69% 0.44% -
XYZ 9.3 5.45 11.15 -
YUV 64.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 112 35 94 0 0.69 0.16 0.56 314.03 0.52 0.29
Hex 70 23 5E 0 45 10 38 13A 34 1D
Octal 160 43 136 0 105 20 70 472 64 35
Binary 1110000 100011 1011110 0 1000101 10000 111000 100111010 110100 11101

Color Harmonies of #70235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70235E

Black with #70235E

Text Example


Text Example

White with #70235E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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