Html Css Color HEX #70215B Palatinate Purple

📋 copy color: '#70215B'

red 112 ◦ green 33 ◦ blue 91

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

Shades of Palatinate Purple #70215B

Tints of Palatinate Purple #70215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

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

R = 47.46%
G = 13.98%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70215B (or 0x70215B) is known color: Palatinate Purple. HEX triplet: 70, 21 and 5B. RGB value is (112,33,91). Sum of RGB (Red+Green+Blue) = 112+33+91=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #70215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70215B is #8FDEA4. Grayscale: #3F3F3F. Windows color (decimal): -9428645 or 5972336. OLE color: 5972336.

HSL color Cylindrical-coordinate representation of color #70215B: hue angle of 315.95º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70215B is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 33 91 -
CMYK 0 0.71 0.19 0.56
HSL 315.95º 0.54% 0.28% -
HSV(B) 315.95º 0.71% 0.44% -
XYZ 9.11 5.29 10.44 -
YUV 63.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 112 33 91 0 0.71 0.19 0.56 315.95 0.54 0.28
Hex 70 21 5B 0 47 13 38 13C 36 1C
Octal 160 41 133 0 107 23 70 474 66 34
Binary 1110000 100001 1011011 0 1000111 10011 111000 100111100 110110 11100

Color Harmonies of #70215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70215B

Black with #70215B

Text Example


Text Example

White with #70215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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