Html Css Color HEX #70365F Palatinate Purple

📋 copy color: '#70365F'

red 112 ◦ green 54 ◦ blue 95

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

Shades of Palatinate Purple #70365F

Tints of Palatinate Purple #70365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 42.91%
G = 20.69%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70365F (or 0x70365F) is known color: Palatinate Purple. HEX triplet: 70, 36 and 5F. RGB value is (112,54,95). Sum of RGB (Red+Green+Blue) = 112+54+95=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70365F is #8FC9A0. Grayscale: #4B4B4B. Windows color (decimal): -9423265 or 6239856. OLE color: 6239856.

HSL color Cylindrical-coordinate representation of color #70365F: hue angle of 317.59º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70365F is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 54 95 -
CMYK 0 0.52 0.15 0.56
HSL 317.59º 0.35% 0.33% -
HSV(B) 317.59º 0.52% 0.44% -
XYZ 10.07 6.91 11.63 -
YUV 76.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 112 54 95 0 0.52 0.15 0.56 317.59 0.35 0.33
Hex 70 36 5F 0 34 F 38 13E 23 21
Octal 160 66 137 0 64 17 70 476 43 41
Binary 1110000 110110 1011111 0 110100 1111 111000 100111110 100011 100001

Color Harmonies of #70365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70365F

Black with #70365F

Text Example


Text Example

White with #70365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70365F; }

 p { color: rgb(112,54,95); }

 H1.HeaderClassName
 {
   color: #70365F;
 }
 .AnyTagClassName
 {
   color: #70365F;
 }
</style>

background-color css

<style>
 a { background-color: #70365F; }

 a { background-color: rgb(112,54,95); }

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

border-color css

<style>
 span { border-color: #70365F; }

 span { border-color: rgb(112,54,95); }

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