Html Css Color HEX #70206E Palatinate Purple

📋 copy color: '#70206E'

red 112 ◦ green 32 ◦ blue 110

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

Shades of Palatinate Purple #70206E

Tints of Palatinate Purple #70206E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 44.09%
G = 12.6%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70206E (or 0x70206E) is known color: Palatinate Purple. HEX triplet: 70, 20 and 6E. RGB value is (112,32,110). Sum of RGB (Red+Green+Blue) = 112+32+110=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70206E is #8FDF91. Grayscale: #404040. Windows color (decimal): -9428882 or 7217264. OLE color: 7217264.

HSL color Cylindrical-coordinate representation of color #70206E: hue angle of 301.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70206E is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 110 -
CMYK 0 0.71 0.02 0.56
HSL 301.5º 0.56% 0.28% -
HSV(B) 301.5º 0.71% 0.44% -
XYZ 10.01 5.6 15.31 -
YUV 64.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 112 32 110 0 0.71 0.02 0.56 301.5 0.56 0.28
Hex 70 20 6E 0 47 2 38 12E 38 1C
Octal 160 40 156 0 107 2 70 456 70 34
Binary 1110000 100000 1101110 0 1000111 10 111000 100101110 111000 11100

Color Harmonies of #70206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70206E

Black with #70206E

Text Example


Text Example

White with #70206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70206E; }

 p { color: rgb(112,32,110); }

 H1.HeaderClassName
 {
   color: #70206E;
 }
 .AnyTagClassName
 {
   color: #70206E;
 }
</style>

background-color css

<style>
 a { background-color: #70206E; }

 a { background-color: rgb(112,32,110); }

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

border-color css

<style>
 span { border-color: #70206E; }

 span { border-color: rgb(112,32,110); }

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