Html Css Color HEX #70105F Palatinate Purple

📋 copy color: '#70105F'

red 112 ◦ green 16 ◦ blue 95

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

Shades of Palatinate Purple #70105F

Tints of Palatinate Purple #70105F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.6%

R = 50.22%
G = 7.17%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70105F (or 0x70105F) is known color: Palatinate Purple. HEX triplet: 70, 10 and 5F. RGB value is (112,16,95). Sum of RGB (Red+Green+Blue) = 112+16+95=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70105F is #8FEFA0. Grayscale: #353535. Windows color (decimal): -9432993 or 6230128. OLE color: 6230128.

HSL color Cylindrical-coordinate representation of color #70105F: hue angle of 310.62º 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 #70105F is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 95 -
CMYK 0 0.86 0.15 0.56
HSL 310.63º 0.75% 0.25% -
HSV(B) 310.63º 0.86% 0.44% -
XYZ 8.93 4.64 11.25 -
YUV 53.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 112 16 95 0 0.86 0.15 0.56 310.63 0.75 0.25
Hex 70 10 5F 0 56 F 38 137 4B 19
Octal 160 20 137 0 126 17 70 467 113 31
Binary 1110000 10000 1011111 0 1010110 1111 111000 100110111 1001011 11001

Color Harmonies of #70105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70105F

Black with #70105F

Text Example


Text Example

White with #70105F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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