Html Css Color HEX #70255F Palatinate Purple

📋 copy color: '#70255F'

red 112 ◦ green 37 ◦ blue 95

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

Shades of Palatinate Purple #70255F

Tints of Palatinate Purple #70255F

RGB

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

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

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

R = 45.9%
G = 15.16%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70255F (or 0x70255F) is known color: Palatinate Purple. HEX triplet: 70, 25 and 5F. RGB value is (112,37,95). Sum of RGB (Red+Green+Blue) = 112+37+95=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #70255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70255F is #8FDAA0. Grayscale: #414141. Windows color (decimal): -9427617 or 6235504. OLE color: 6235504.

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

Color convert

RGB 112 37 95 -
CMYK 0 0.67 0.15 0.56
HSL 313.6º 0.5% 0.29% -
HSV(B) 313.6º 0.67% 0.44% -
XYZ 9.41 5.59 11.41 -
YUV 66.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 112 37 95 0 0.67 0.15 0.56 313.6 0.5 0.29
Hex 70 25 5F 0 43 F 38 13A 32 1D
Octal 160 45 137 0 103 17 70 472 62 35
Binary 1110000 100101 1011111 0 1000011 1111 111000 100111010 110010 11101

Color Harmonies of #70255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70255F

Black with #70255F

Text Example


Text Example

White with #70255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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