Html Css Color HEX #70256A Palatinate Purple

📋 copy color: '#70256A'

red 112 ◦ green 37 ◦ blue 106

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

Shades of Palatinate Purple #70256A

Tints of Palatinate Purple #70256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 43.92%
G = 14.51%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70256A (or 0x70256A) is known color: Palatinate Purple. HEX triplet: 70, 25 and 6A. RGB value is (112,37,106). Sum of RGB (Red+Green+Blue) = 112+37+106=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70256A is #8FDA95. Grayscale: #434343. Windows color (decimal): -9427606 or 6956400. OLE color: 6956400.

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

Color convert

RGB 112 37 106 -
CMYK 0 0.67 0.05 0.56
HSL 304.8º 0.5% 0.29% -
HSV(B) 304.8º 0.67% 0.44% -
XYZ 9.95 5.81 14.23 -
YUV 67.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 112 37 106 0 0.67 0.05 0.56 304.8 0.5 0.29
Hex 70 25 6A 0 43 5 38 131 32 1D
Octal 160 45 152 0 103 5 70 461 62 35
Binary 1110000 100101 1101010 0 1000011 101 111000 100110001 110010 11101

Color Harmonies of #70256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70256A

Black with #70256A

Text Example


Text Example

White with #70256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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