Html Css Color HEX #70276B Palatinate Purple

📋 copy color: '#70276B'

red 112 ◦ green 39 ◦ blue 107

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

Shades of Palatinate Purple #70276B

Tints of Palatinate Purple #70276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 107 (42.19% from 255) = 41.47%

R = 43.41%
G = 15.12%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70276B (or 0x70276B) is known color: Palatinate Purple. HEX triplet: 70, 27 and 6B. RGB value is (112,39,107). Sum of RGB (Red+Green+Blue) = 112+39+107=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70276B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70276B is #8FD894. Grayscale: #444444. Windows color (decimal): -9427093 or 7022448. OLE color: 7022448.

HSL color Cylindrical-coordinate representation of color #70276B: hue angle of 304.11º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70276B is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 107 -
CMYK 0 0.65 0.04 0.56
HSL 304.11º 0.48% 0.3% -
HSV(B) 304.11º 0.65% 0.44% -
XYZ 10.06 5.96 14.53 -
YUV 68.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 112 39 107 0 0.65 0.04 0.56 304.11 0.48 0.3
Hex 70 27 6B 0 41 4 38 130 30 1E
Octal 160 47 153 0 101 4 70 460 60 36
Binary 1110000 100111 1101011 0 1000001 100 111000 100110000 110000 11110

Color Harmonies of #70276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70276B

Black with #70276B

Text Example


Text Example

White with #70276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,39,107); }

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

background-color css

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

 a { background-color: rgb(112,39,107); }

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

border-color css

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

 span { border-color: rgb(112,39,107); }

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