Html Css Color HEX #70246C Palatinate Purple

📋 copy color: '#70246C'

red 112 ◦ green 36 ◦ blue 108

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

Shades of Palatinate Purple #70246C

Tints of Palatinate Purple #70246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.06%

 BLUE value IS 108 (42.58% from 255) = 42.19%

R = 43.75%
G = 14.06%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70246C (or 0x70246C) is known color: Palatinate Purple. HEX triplet: 70, 24 and 6C. RGB value is (112,36,108). Sum of RGB (Red+Green+Blue) = 112+36+108=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70246C is #8FDB93. Grayscale: #424242. Windows color (decimal): -9427860 or 7087216. OLE color: 7087216.

HSL color Cylindrical-coordinate representation of color #70246C: hue angle of 303.16º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70246C is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 108 -
CMYK 0 0.68 0.04 0.56
HSL 303.16º 0.51% 0.29% -
HSV(B) 303.16º 0.68% 0.44% -
XYZ 10.02 5.79 14.78 -
YUV 66.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 112 36 108 0 0.68 0.04 0.56 303.16 0.51 0.29
Hex 70 24 6C 0 44 4 38 12F 33 1D
Octal 160 44 154 0 104 4 70 457 63 35
Binary 1110000 100100 1101100 0 1000100 100 111000 100101111 110011 11101

Color Harmonies of #70246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70246C

Black with #70246C

Text Example


Text Example

White with #70246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,36,108); }

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

background-color css

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

 a { background-color: rgb(112,36,108); }

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

border-color css

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

 span { border-color: rgb(112,36,108); }

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