Html Css Color HEX #70256C Palatinate Purple

📋 copy color: '#70256C'

red 112 ◦ green 37 ◦ blue 108

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

Shades of Palatinate Purple #70256C

Tints of Palatinate Purple #70256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.4%

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

R = 43.58%
G = 14.4%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70256C (or 0x70256C) is known color: Palatinate Purple. HEX triplet: 70, 25 and 6C. RGB value is (112,37,108). Sum of RGB (Red+Green+Blue) = 112+37+108=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70256C is #8FDA93. Grayscale: #434343. Windows color (decimal): -9427604 or 7087472. OLE color: 7087472.

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

Color convert

RGB 112 37 108 -
CMYK 0 0.67 0.04 0.56
HSL 303.2º 0.5% 0.29% -
HSV(B) 303.2º 0.67% 0.44% -
XYZ 10.05 5.85 14.79 -
YUV 67.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 112 37 108 0 0.67 0.04 0.56 303.2 0.5 0.29
Hex 70 25 6C 0 43 4 38 12F 32 1D
Octal 160 45 154 0 103 4 70 457 62 35
Binary 1110000 100101 1101100 0 1000011 100 111000 100101111 110010 11101

Color Harmonies of #70256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70256C

Black with #70256C

Text Example


Text Example

White with #70256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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