Html Css Color HEX #70255B Palatinate Purple

📋 copy color: '#70255B'

red 112 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #70255B

Tints of Palatinate Purple #70255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.92%

R = 46.67%
G = 15.42%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70255B (or 0x70255B) is known color: Palatinate Purple. HEX triplet: 70, 25 and 5B. RGB value is (112,37,91). Sum of RGB (Red+Green+Blue) = 112+37+91=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70255B is #8FDAA4. Grayscale: #414141. Windows color (decimal): -9427621 or 5973360. OLE color: 5973360.

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

Color convert

RGB 112 37 91 -
CMYK 0 0.67 0.19 0.56
HSL 316.8º 0.5% 0.29% -
HSV(B) 316.8º 0.67% 0.44% -
XYZ 9.23 5.52 10.48 -
YUV 65.58 142.35 161.11 -
System Red Green Blue C M Y K H S L
Decimal 112 37 91 0 0.67 0.19 0.56 316.8 0.5 0.29
Hex 70 25 5B 0 43 13 38 13D 32 1D
Octal 160 45 133 0 103 23 70 475 62 35
Binary 1110000 100101 1011011 0 1000011 10011 111000 100111101 110010 11101

Color Harmonies of #70255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70255B

Black with #70255B

Text Example


Text Example

White with #70255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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