Html Css Color HEX #70305C Palatinate Purple

📋 copy color: '#70305C'

red 112 ◦ green 48 ◦ blue 92

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

Shades of Palatinate Purple #70305C

Tints of Palatinate Purple #70305C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 44.44%
G = 19.05%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70305C (or 0x70305C) is known color: Palatinate Purple. HEX triplet: 70, 30 and 5C. RGB value is (112,48,92). Sum of RGB (Red+Green+Blue) = 112+48+92=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70305C is #8FCFA3. Grayscale: #484848. Windows color (decimal): -9424804 or 6041712. OLE color: 6041712.

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

Color convert

RGB 112 48 92 -
CMYK 0 0.57 0.18 0.56
HSL 318.75º 0.4% 0.31% -
HSV(B) 318.75º 0.57% 0.44% -
XYZ 9.67 6.33 10.84 -
YUV 72.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 112 48 92 0 0.57 0.18 0.56 318.75 0.4 0.31
Hex 70 30 5C 0 39 12 38 13F 28 1F
Octal 160 60 134 0 71 22 70 477 50 37
Binary 1110000 110000 1011100 0 111001 10010 111000 100111111 101000 11111

Color Harmonies of #70305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70305C

Black with #70305C

Text Example


Text Example

White with #70305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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