Html Css Color HEX #70286B Palatinate Purple

📋 copy color: '#70286B'

red 112 ◦ green 40 ◦ blue 107

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

Shades of Palatinate Purple #70286B

Tints of Palatinate Purple #70286B

RGB

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

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

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

R = 43.24%
G = 15.44%
B = 41.31%

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

#70286B (or 0x70286B) is known color: Palatinate Purple. HEX triplet: 70, 28 and 6B. RGB value is (112,40,107). Sum of RGB (Red+Green+Blue) = 112+40+107=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70286B is #8FD794. Grayscale: #444444. Windows color (decimal): -9426837 or 7022704. OLE color: 7022704.

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

Color convert

RGB 112 40 107 -
CMYK 0 0.64 0.04 0.56
HSL 304.17º 0.47% 0.3% -
HSV(B) 304.17º 0.64% 0.44% -
XYZ 10.09 6.02 14.54 -
YUV 69.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 112 40 107 0 0.64 0.04 0.56 304.17 0.47 0.3
Hex 70 28 6B 0 40 4 38 130 2F 1E
Octal 160 50 153 0 100 4 70 460 57 36
Binary 1110000 101000 1101011 0 1000000 100 111000 100110000 101111 11110

Color Harmonies of #70286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70286B

Black with #70286B

Text Example


Text Example

White with #70286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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