Html Css Color HEX #7C195F Palatinate Purple

📋 copy color: '#7C195F'

red 124 ◦ green 25 ◦ blue 95

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

Shades of Palatinate Purple #7C195F

Tints of Palatinate Purple #7C195F

RGB

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

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

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

R = 50.82%
G = 10.25%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C195F (or 0x7C195F) is known color: Palatinate Purple. HEX triplet: 7C, 19 and 5F. RGB value is (124,25,95). Sum of RGB (Red+Green+Blue) = 124+25+95=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C195F is #83E6A0. Grayscale: #3E3E3E. Windows color (decimal): -8644257 or 6232444. OLE color: 6232444.

HSL color Cylindrical-coordinate representation of color #7C195F: hue angle of 317.58º 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 #7C195F is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 25 95 -
CMYK 0 0.80 0.23 0.51
HSL 317.58º 0.66% 0.29% -
HSV(B) 317.58º 0.8% 0.49% -
XYZ 10.73 5.81 11.38 -
YUV 62.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 124 25 95 0 0.80 0.23 0.51 317.58 0.66 0.29
Hex 7C 19 5F 0 50 17 33 13E 42 1D
Octal 174 31 137 0 120 27 63 476 102 35
Binary 1111100 11001 1011111 0 1010000 10111 110011 100111110 1000010 11101

Color Harmonies of #7C195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C195F

Black with #7C195F

Text Example


Text Example

White with #7C195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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