Html Css Color HEX #70206B Palatinate Purple

📋 copy color: '#70206B'

red 112 ◦ green 32 ◦ blue 107

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

Shades of Palatinate Purple #70206B

Tints of Palatinate Purple #70206B

RGB

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

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

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

R = 44.62%
G = 12.75%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70206B (or 0x70206B) is known color: Palatinate Purple. HEX triplet: 70, 20 and 6B. RGB value is (112,32,107). Sum of RGB (Red+Green+Blue) = 112+32+107=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #70206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70206B is #8FDF94. Grayscale: #404040. Windows color (decimal): -9428885 or 7020656. OLE color: 7020656.

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

Color convert

RGB 112 32 107 -
CMYK 0 0.71 0.04 0.56
HSL 303.75º 0.56% 0.28% -
HSV(B) 303.75º 0.71% 0.44% -
XYZ 9.85 5.54 14.46 -
YUV 64.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 112 32 107 0 0.71 0.04 0.56 303.75 0.56 0.28
Hex 70 20 6B 0 47 4 38 130 38 1C
Octal 160 40 153 0 107 4 70 460 70 34
Binary 1110000 100000 1101011 0 1000111 100 111000 100110000 111000 11100

Color Harmonies of #70206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70206B

Black with #70206B

Text Example


Text Example

White with #70206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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