Html Css Color HEX #70255D Palatinate Purple

📋 copy color: '#70255D'

red 112 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #70255D

Tints of Palatinate Purple #70255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

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

R = 46.28%
G = 15.29%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70255D (or 0x70255D) is known color: Palatinate Purple. HEX triplet: 70, 25 and 5D. RGB value is (112,37,93). Sum of RGB (Red+Green+Blue) = 112+37+93=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70255D is #8FDAA2. Grayscale: #414141. Windows color (decimal): -9427619 or 6104432. OLE color: 6104432.

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

Color convert

RGB 112 37 93 -
CMYK 0 0.67 0.17 0.56
HSL 315.2º 0.5% 0.29% -
HSV(B) 315.2º 0.67% 0.44% -
XYZ 9.32 5.56 10.94 -
YUV 65.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 112 37 93 0 0.67 0.17 0.56 315.2 0.5 0.29
Hex 70 25 5D 0 43 11 38 13B 32 1D
Octal 160 45 135 0 103 21 70 473 62 35
Binary 1110000 100101 1011101 0 1000011 10001 111000 100111011 110010 11101

Color Harmonies of #70255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70255D

Black with #70255D

Text Example


Text Example

White with #70255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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