Html Css Color HEX #70305D Palatinate Purple

📋 copy color: '#70305D'

red 112 ◦ green 48 ◦ blue 93

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

Shades of Palatinate Purple #70305D

Tints of Palatinate Purple #70305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.76%

R = 44.27%
G = 18.97%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70305D (or 0x70305D) is known color: Palatinate Purple. HEX triplet: 70, 30 and 5D. RGB value is (112,48,93). Sum of RGB (Red+Green+Blue) = 112+48+93=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70305D is #8FCFA2. Grayscale: #484848. Windows color (decimal): -9424803 or 6107248. OLE color: 6107248.

HSL color Cylindrical-coordinate representation of color #70305D: hue angle of 317.81º 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 #70305D is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 93 -
CMYK 0 0.57 0.17 0.56
HSL 317.81º 0.4% 0.31% -
HSV(B) 317.81º 0.57% 0.44% -
XYZ 9.71 6.35 11.07 -
YUV 72.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 112 48 93 0 0.57 0.17 0.56 317.81 0.4 0.31
Hex 70 30 5D 0 39 11 38 13E 28 1F
Octal 160 60 135 0 71 21 70 476 50 37
Binary 1110000 110000 1011101 0 111001 10001 111000 100111110 101000 11111

Color Harmonies of #70305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70305D

Black with #70305D

Text Example


Text Example

White with #70305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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