Html Css Color HEX #70195C Palatinate Purple

📋 copy color: '#70195C'

red 112 ◦ green 25 ◦ blue 92

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

Shades of Palatinate Purple #70195C

Tints of Palatinate Purple #70195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 48.91%
G = 10.92%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70195C (or 0x70195C) is known color: Palatinate Purple. HEX triplet: 70, 19 and 5C. RGB value is (112,25,92). Sum of RGB (Red+Green+Blue) = 112+25+92=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70195C is #8FE6A3. Grayscale: #3A3A3A. Windows color (decimal): -9430692 or 6035824. OLE color: 6035824.

HSL color Cylindrical-coordinate representation of color #70195C: hue angle of 313.79º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70195C is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 92 -
CMYK 0 0.78 0.18 0.56
HSL 313.79º 0.64% 0.27% -
HSV(B) 313.79º 0.78% 0.44% -
XYZ 8.96 4.91 10.6 -
YUV 58.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 112 25 92 0 0.78 0.18 0.56 313.79 0.64 0.27
Hex 70 19 5C 0 4E 12 38 13A 40 1B
Octal 160 31 134 0 116 22 70 472 100 33
Binary 1110000 11001 1011100 0 1001110 10010 111000 100111010 1000000 11011

Color Harmonies of #70195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70195C

Black with #70195C

Text Example


Text Example

White with #70195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,25,92); }

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

background-color css

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

 a { background-color: rgb(112,25,92); }

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

border-color css

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

 span { border-color: rgb(112,25,92); }

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