Html Css Color HEX #7E155B Palatinate Purple

📋 copy color: '#7E155B'

red 126 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #7E155B

Tints of Palatinate Purple #7E155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 52.94%
G = 8.82%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7E155B (or 0x7E155B) is known color: Palatinate Purple. HEX triplet: 7E, 15 and 5B. RGB value is (126,21,91). Sum of RGB (Red+Green+Blue) = 126+21+91=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E155B is #81EAA4. Grayscale: #3C3C3C. Windows color (decimal): -8514213 or 5969278. OLE color: 5969278.

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

Color convert

RGB 126 21 91 -
CMYK 0 0.83 0.28 0.51
HSL 320º 0.71% 0.29% -
HSV(B) 320º 0.83% 0.49% -
XYZ 10.76 5.73 10.44 -
YUV 60.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 126 21 91 0 0.83 0.28 0.51 320 0.71 0.29
Hex 7E 15 5B 0 53 1C 33 140 47 1D
Octal 176 25 133 0 123 34 63 500 107 35
Binary 1111110 10101 1011011 0 1010011 11100 110011 101000000 1000111 11101

Color Harmonies of #7E155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E155B

Black with #7E155B

Text Example


Text Example

White with #7E155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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