Html Css Color HEX #70246B Palatinate Purple

📋 copy color: '#70246B'

red 112 ◦ green 36 ◦ blue 107

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

Shades of Palatinate Purple #70246B

Tints of Palatinate Purple #70246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.96%

R = 43.92%
G = 14.12%
B = 41.96%

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

#70246B (or 0x70246B) is known color: Palatinate Purple. HEX triplet: 70, 24 and 6B. RGB value is (112,36,107). Sum of RGB (Red+Green+Blue) = 112+36+107=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70246B is #8FDB94. Grayscale: #424242. Windows color (decimal): -9427861 or 7021680. OLE color: 7021680.

HSL color Cylindrical-coordinate representation of color #70246B: hue angle of 303.95º 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 #70246B is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 36 107 -
CMYK 0 0.68 0.04 0.56
HSL 303.95º 0.51% 0.29% -
HSV(B) 303.95º 0.68% 0.44% -
XYZ 9.97 5.77 14.5 -
YUV 66.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 112 36 107 0 0.68 0.04 0.56 303.95 0.51 0.29
Hex 70 24 6B 0 44 4 38 130 33 1D
Octal 160 44 153 0 104 4 70 460 63 35
Binary 1110000 100100 1101011 0 1000100 100 111000 100110000 110011 11101

Color Harmonies of #70246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70246B

Black with #70246B

Text Example


Text Example

White with #70246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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