Html Css Color HEX #7E185C Palatinate Purple

📋 copy color: '#7E185C'

red 126 ◦ green 24 ◦ blue 92

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

Shades of Palatinate Purple #7E185C

Tints of Palatinate Purple #7E185C

RGB

 RED value IS 126 (49.61% from 255) = 52.07%

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

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

R = 52.07%
G = 9.92%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7E185C (or 0x7E185C) is known color: Palatinate Purple. HEX triplet: 7E, 18 and 5C. RGB value is (126,24,92). Sum of RGB (Red+Green+Blue) = 126+24+92=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E185C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E185C is #81E7A3. Grayscale: #3E3E3E. Windows color (decimal): -8513444 or 6035582. OLE color: 6035582.

HSL color Cylindrical-coordinate representation of color #7E185C: hue angle of 320º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E185C is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 24 92 -
CMYK 0 0.81 0.27 0.51
HSL 320º 0.68% 0.29% -
HSV(B) 320º 0.81% 0.49% -
XYZ 10.86 5.86 10.68 -
YUV 62.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 126 24 92 0 0.81 0.27 0.51 320 0.68 0.29
Hex 7E 18 5C 0 51 1B 33 140 44 1D
Octal 176 30 134 0 121 33 63 500 104 35
Binary 1111110 11000 1011100 0 1010001 11011 110011 101000000 1000100 11101

Color Harmonies of #7E185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E185C

Black with #7E185C

Text Example


Text Example

White with #7E185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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