Html Css Color HEX #70025D Palatinate Purple

📋 copy color: '#70025D'

red 112 ◦ green 2 ◦ blue 93

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

Shades of Palatinate Purple #70025D

Tints of Palatinate Purple #70025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 93 (36.72% from 255) = 44.93%

R = 54.11%
G = 0.97%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70025D (or 0x70025D) is known color: Palatinate Purple. HEX triplet: 70, 02 and 5D. RGB value is (112,2,93). Sum of RGB (Red+Green+Blue) = 112+2+93=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70025D is #8FFDA2. Grayscale: #2D2D2D. Windows color (decimal): -9436579 or 6095472. OLE color: 6095472.

HSL color Cylindrical-coordinate representation of color #70025D: hue angle of 310.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70025D is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 2 93 -
CMYK 0 0.98 0.17 0.56
HSL 310.36º 0.96% 0.22% -
HSV(B) 310.36º 0.98% 0.44% -
XYZ 8.68 4.28 10.72 -
YUV 45.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 112 2 93 0 0.98 0.17 0.56 310.36 0.96 0.22
Hex 70 2 5D 0 62 11 38 136 60 16
Octal 160 2 135 0 142 21 70 466 140 26
Binary 1110000 10 1011101 0 1100010 10001 111000 100110110 1100000 10110

Color Harmonies of #70025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70025D

Black with #70025D

Text Example


Text Example

White with #70025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70025D; }

 p { color: rgb(112,2,93); }

 H1.HeaderClassName
 {
   color: #70025D;
 }
 .AnyTagClassName
 {
   color: #70025D;
 }
</style>

background-color css

<style>
 a { background-color: #70025D; }

 a { background-color: rgb(112,2,93); }

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

border-color css

<style>
 span { border-color: #70025D; }

 span { border-color: rgb(112,2,93); }

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