Html Css Color HEX #7F185C Palatinate Purple

📋 copy color: '#7F185C'

red 127 ◦ green 24 ◦ blue 92

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

Shades of Palatinate Purple #7F185C

Tints of Palatinate Purple #7F185C

RGB

 RED value IS 127 (50% from 255) = 52.26%

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 52.26%
G = 9.88%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F185C (or 0x7F185C) is known color: Palatinate Purple. HEX triplet: 7F, 18 and 5C. RGB value is (127,24,92). Sum of RGB (Red+Green+Blue) = 127+24+92=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F185C is #80E7A3. Grayscale: #3E3E3E. Windows color (decimal): -8447908 or 6035583. OLE color: 6035583.

HSL color Cylindrical-coordinate representation of color #7F185C: hue angle of 320.39º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F185C is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 24 92 -
CMYK 0 0.81 0.28 0.50
HSL 320.39º 0.68% 0.3% -
HSV(B) 320.39º 0.81% 0.5% -
XYZ 11.01 5.94 10.69 -
YUV 62.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 127 24 92 0 0.81 0.28 0.50 320.39 0.68 0.3
Hex 7F 18 5C 0 51 1C 32 140 44 1E
Octal 177 30 134 0 121 34 62 500 104 36
Binary 1111111 11000 1011100 0 1010001 11100 110010 101000000 1000100 11110

Color Harmonies of #7F185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F185C

Black with #7F185C

Text Example


Text Example

White with #7F185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,24,92); }

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

background-color css

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

 a { background-color: rgb(127,24,92); }

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

border-color css

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

 span { border-color: rgb(127,24,92); }

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