Html Css Color HEX #70255A Palatinate Purple

📋 copy color: '#70255A'

red 112 ◦ green 37 ◦ blue 90

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

Shades of Palatinate Purple #70255A

Tints of Palatinate Purple #70255A

RGB

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

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

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

R = 46.86%
G = 15.48%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70255A (or 0x70255A) is known color: Palatinate Purple. HEX triplet: 70, 25 and 5A. RGB value is (112,37,90). Sum of RGB (Red+Green+Blue) = 112+37+90=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70255A is #8FDAA5. Grayscale: #414141. Windows color (decimal): -9427622 or 5907824. OLE color: 5907824.

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

Color convert

RGB 112 37 90 -
CMYK 0 0.67 0.20 0.56
HSL 317.6º 0.5% 0.29% -
HSV(B) 317.6º 0.67% 0.44% -
XYZ 9.19 5.51 10.25 -
YUV 65.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 112 37 90 0 0.67 0.20 0.56 317.6 0.5 0.29
Hex 70 25 5A 0 43 14 38 13E 32 1D
Octal 160 45 132 0 103 24 70 476 62 35
Binary 1110000 100101 1011010 0 1000011 10100 111000 100111110 110010 11101

Color Harmonies of #70255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70255A

Black with #70255A

Text Example


Text Example

White with #70255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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