Html Css Color HEX #70286C Palatinate Purple

📋 copy color: '#70286C'

red 112 ◦ green 40 ◦ blue 108

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

Shades of Palatinate Purple #70286C

Tints of Palatinate Purple #70286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.38%

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

R = 43.08%
G = 15.38%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70286C (or 0x70286C) is known color: Palatinate Purple. HEX triplet: 70, 28 and 6C. RGB value is (112,40,108). Sum of RGB (Red+Green+Blue) = 112+40+108=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70286C is #8FD793. Grayscale: #454545. Windows color (decimal): -9426836 or 7088240. OLE color: 7088240.

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

Color convert

RGB 112 40 108 -
CMYK 0 0.64 0.04 0.56
HSL 303.33º 0.47% 0.3% -
HSV(B) 303.33º 0.64% 0.44% -
XYZ 10.15 6.05 14.82 -
YUV 69.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 112 40 108 0 0.64 0.04 0.56 303.33 0.47 0.3
Hex 70 28 6C 0 40 4 38 12F 2F 1E
Octal 160 50 154 0 100 4 70 457 57 36
Binary 1110000 101000 1101100 0 1000000 100 111000 100101111 101111 11110

Color Harmonies of #70286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70286C

Black with #70286C

Text Example


Text Example

White with #70286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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