Html Css Color HEX #7E155C Palatinate Purple

📋 copy color: '#7E155C'

red 126 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #7E155C

Tints of Palatinate Purple #7E155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.79%

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

R = 52.72%
G = 8.79%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7E155C (or 0x7E155C) is known color: Palatinate Purple. HEX triplet: 7E, 15 and 5C. RGB value is (126,21,92). Sum of RGB (Red+Green+Blue) = 126+21+92=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E155C is #81EAA3. Grayscale: #3C3C3C. Windows color (decimal): -8514212 or 6034814. OLE color: 6034814.

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

Color convert

RGB 126 21 92 -
CMYK 0 0.83 0.27 0.51
HSL 319.43º 0.71% 0.29% -
HSV(B) 319.43º 0.83% 0.49% -
XYZ 10.8 5.74 10.66 -
YUV 60.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 126 21 92 0 0.83 0.27 0.51 319.43 0.71 0.29
Hex 7E 15 5C 0 53 1B 33 13F 47 1D
Octal 176 25 134 0 123 33 63 477 107 35
Binary 1111110 10101 1011100 0 1010011 11011 110011 100111111 1000111 11101

Color Harmonies of #7E155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E155C

Black with #7E155C

Text Example


Text Example

White with #7E155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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