Html Css Color HEX #70306A Palatinate Purple

📋 copy color: '#70306A'

red 112 ◦ green 48 ◦ blue 106

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

Shades of Palatinate Purple #70306A

Tints of Palatinate Purple #70306A

RGB

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

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

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

R = 42.11%
G = 18.05%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70306A (or 0x70306A) is known color: Palatinate Purple. HEX triplet: 70, 30 and 6A. RGB value is (112,48,106). Sum of RGB (Red+Green+Blue) = 112+48+106=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #70306A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70306A is #8FCF95. Grayscale: #494949. Windows color (decimal): -9424790 or 6959216. OLE color: 6959216.

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

Color convert

RGB 112 48 106 -
CMYK 0 0.57 0.05 0.56
HSL 305.63º 0.4% 0.31% -
HSV(B) 305.63º 0.57% 0.44% -
XYZ 10.34 6.6 14.36 -
YUV 73.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 112 48 106 0 0.57 0.05 0.56 305.63 0.4 0.31
Hex 70 30 6A 0 39 5 38 132 28 1F
Octal 160 60 152 0 71 5 70 462 50 37
Binary 1110000 110000 1101010 0 111001 101 111000 100110010 101000 11111

Color Harmonies of #70306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70306A

Black with #70306A

Text Example


Text Example

White with #70306A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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