Html Css Color HEX #70296C Palatinate Purple

📋 copy color: '#70296C'

red 112 ◦ green 41 ◦ blue 108

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

Shades of Palatinate Purple #70296C

Tints of Palatinate Purple #70296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 42.91%
G = 15.71%
B = 41.38%

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

#70296C (or 0x70296C) is known color: Palatinate Purple. HEX triplet: 70, 29 and 6C. RGB value is (112,41,108). Sum of RGB (Red+Green+Blue) = 112+41+108=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70296C is #8FD693. Grayscale: #454545. Windows color (decimal): -9426580 or 7088496. OLE color: 7088496.

HSL color Cylindrical-coordinate representation of color #70296C: hue angle of 303.38º 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 #70296C is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 108 -
CMYK 0 0.63 0.04 0.56
HSL 303.38º 0.46% 0.3% -
HSV(B) 303.38º 0.63% 0.44% -
XYZ 10.18 6.11 14.83 -
YUV 69.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 112 41 108 0 0.63 0.04 0.56 303.38 0.46 0.3
Hex 70 29 6C 0 3F 4 38 12F 2E 1E
Octal 160 51 154 0 77 4 70 457 56 36
Binary 1110000 101001 1101100 0 111111 100 111000 100101111 101110 11110

Color Harmonies of #70296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70296C

Black with #70296C

Text Example


Text Example

White with #70296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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