Html Css Color HEX #70296B Palatinate Purple

📋 copy color: '#70296B'

red 112 ◦ green 41 ◦ blue 107

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

Shades of Palatinate Purple #70296B

Tints of Palatinate Purple #70296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

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

R = 43.08%
G = 15.77%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70296B (or 0x70296B) is known color: Palatinate Purple. HEX triplet: 70, 29 and 6B. RGB value is (112,41,107). Sum of RGB (Red+Green+Blue) = 112+41+107=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70296B is #8FD694. Grayscale: #454545. Windows color (decimal): -9426581 or 7022960. OLE color: 7022960.

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

Color convert

RGB 112 41 107 -
CMYK 0 0.63 0.04 0.56
HSL 304.23º 0.46% 0.3% -
HSV(B) 304.23º 0.63% 0.44% -
XYZ 10.13 6.09 14.55 -
YUV 69.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 112 41 107 0 0.63 0.04 0.56 304.23 0.46 0.3
Hex 70 29 6B 0 3F 4 38 130 2E 1E
Octal 160 51 153 0 77 4 70 460 56 36
Binary 1110000 101001 1101011 0 111111 100 111000 100110000 101110 11110

Color Harmonies of #70296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70296B

Black with #70296B

Text Example


Text Example

White with #70296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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