Html Css Color HEX #70305A Palatinate Purple

📋 copy color: '#70305A'

red 112 ◦ green 48 ◦ blue 90

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

Shades of Palatinate Purple #70305A

Tints of Palatinate Purple #70305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 44.8%
G = 19.2%
B = 36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70305A (or 0x70305A) is known color: Palatinate Purple. HEX triplet: 70, 30 and 5A. RGB value is (112,48,90). Sum of RGB (Red+Green+Blue) = 112+48+90=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #70305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70305A is #8FCFA5. Grayscale: #474747. Windows color (decimal): -9424806 or 5910640. OLE color: 5910640.

HSL color Cylindrical-coordinate representation of color #70305A: hue angle of 320.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70305A is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 90 -
CMYK 0 0.57 0.20 0.56
HSL 320.63º 0.4% 0.31% -
HSV(B) 320.63º 0.57% 0.44% -
XYZ 9.58 6.3 10.38 -
YUV 71.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 112 48 90 0 0.57 0.20 0.56 320.63 0.4 0.31
Hex 70 30 5A 0 39 14 38 141 28 1F
Octal 160 60 132 0 71 24 70 501 50 37
Binary 1110000 110000 1011010 0 111001 10100 111000 101000001 101000 11111

Color Harmonies of #70305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70305A

Black with #70305A

Text Example


Text Example

White with #70305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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