Html Css Color HEX #7C195E Palatinate Purple

📋 copy color: '#7C195E'

red 124 ◦ green 25 ◦ blue 94

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

Shades of Palatinate Purple #7C195E

Tints of Palatinate Purple #7C195E

RGB

 RED value IS 124 (48.83% from 255) = 51.03%

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

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 51.03%
G = 10.29%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7C195E (or 0x7C195E) is known color: Palatinate Purple. HEX triplet: 7C, 19 and 5E. RGB value is (124,25,94). Sum of RGB (Red+Green+Blue) = 124+25+94=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C195E is #83E6A1. Grayscale: #3E3E3E. Windows color (decimal): -8644258 or 6166908. OLE color: 6166908.

HSL color Cylindrical-coordinate representation of color #7C195E: hue angle of 318.18º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C195E is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 25 94 -
CMYK 0 0.80 0.24 0.51
HSL 318.18º 0.66% 0.29% -
HSV(B) 318.18º 0.8% 0.49% -
XYZ 10.68 5.79 11.14 -
YUV 62.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 124 25 94 0 0.80 0.24 0.51 318.18 0.66 0.29
Hex 7C 19 5E 0 50 18 33 13E 42 1D
Octal 174 31 136 0 120 30 63 476 102 35
Binary 1111100 11001 1011110 0 1010000 11000 110011 100111110 1000010 11101

Color Harmonies of #7C195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C195E

Black with #7C195E

Text Example


Text Example

White with #7C195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C195E; }

 p { color: rgb(124,25,94); }

 H1.HeaderClassName
 {
   color: #7C195E;
 }
 .AnyTagClassName
 {
   color: #7C195E;
 }
</style>

background-color css

<style>
 a { background-color: #7C195E; }

 a { background-color: rgb(124,25,94); }

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

border-color css

<style>
 span { border-color: #7C195E; }

 span { border-color: rgb(124,25,94); }

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