Html Css Color HEX #70235B Palatinate Purple

📋 copy color: '#70235B'

red 112 ◦ green 35 ◦ blue 91

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

Shades of Palatinate Purple #70235B

Tints of Palatinate Purple #70235B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 47.06%
G = 14.71%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70235B (or 0x70235B) is known color: Palatinate Purple. HEX triplet: 70, 23 and 5B. RGB value is (112,35,91). Sum of RGB (Red+Green+Blue) = 112+35+91=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70235B is #8FDCA4. Grayscale: #404040. Windows color (decimal): -9428133 or 5972848. OLE color: 5972848.

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

Color convert

RGB 112 35 91 -
CMYK 0 0.69 0.19 0.56
HSL 316.36º 0.52% 0.29% -
HSV(B) 316.36º 0.69% 0.44% -
XYZ 9.17 5.4 10.46 -
YUV 64.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 112 35 91 0 0.69 0.19 0.56 316.36 0.52 0.29
Hex 70 23 5B 0 45 13 38 13C 34 1D
Octal 160 43 133 0 105 23 70 474 64 35
Binary 1110000 100011 1011011 0 1000101 10011 111000 100111100 110100 11101

Color Harmonies of #70235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70235B

Black with #70235B

Text Example


Text Example

White with #70235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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