Html Css Color HEX #70105A Palatinate Purple

📋 copy color: '#70105A'

red 112 ◦ green 16 ◦ blue 90

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

Shades of Palatinate Purple #70105A

Tints of Palatinate Purple #70105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 51.38%
G = 7.34%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70105A (or 0x70105A) is known color: Palatinate Purple. HEX triplet: 70, 10 and 5A. RGB value is (112,16,90). Sum of RGB (Red+Green+Blue) = 112+16+90=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #70105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70105A is #8FEFA5. Grayscale: #343434. Windows color (decimal): -9432998 or 5902448. OLE color: 5902448.

HSL color Cylindrical-coordinate representation of color #70105A: hue angle of 313.75º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70105A is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 90 -
CMYK 0 0.86 0.20 0.56
HSL 313.75º 0.75% 0.25% -
HSV(B) 313.75º 0.86% 0.44% -
XYZ 8.71 4.55 10.09 -
YUV 53.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 112 16 90 0 0.86 0.20 0.56 313.75 0.75 0.25
Hex 70 10 5A 0 56 14 38 13A 4B 19
Octal 160 20 132 0 126 24 70 472 113 31
Binary 1110000 10000 1011010 0 1010110 10100 111000 100111010 1001011 11001

Color Harmonies of #70105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70105A

Black with #70105A

Text Example


Text Example

White with #70105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70105A; }

 p { color: rgb(112,16,90); }

 H1.HeaderClassName
 {
   color: #70105A;
 }
 .AnyTagClassName
 {
   color: #70105A;
 }
</style>

background-color css

<style>
 a { background-color: #70105A; }

 a { background-color: rgb(112,16,90); }

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

border-color css

<style>
 span { border-color: #70105A; }

 span { border-color: rgb(112,16,90); }

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