Html Css Color HEX #7E1B5C Palatinate Purple

📋 copy color: '#7E1B5C'

red 126 ◦ green 27 ◦ blue 92

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

Shades of Palatinate Purple #7E1B5C

Tints of Palatinate Purple #7E1B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.02%

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

R = 51.43%
G = 11.02%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7E1B5C (or 0x7E1B5C) is known color: Palatinate Purple. HEX triplet: 7E, 1B and 5C. RGB value is (126,27,92). Sum of RGB (Red+Green+Blue) = 126+27+92=245 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.43% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1B5C is #81E4A3. Grayscale: #3F3F3F. Windows color (decimal): -8512676 or 6036350. OLE color: 6036350.

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

Color convert

RGB 126 27 92 -
CMYK 0 0.79 0.27 0.51
HSL 320.61º 0.65% 0.3% -
HSV(B) 320.61º 0.79% 0.49% -
XYZ 10.93 5.99 10.71 -
YUV 64.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 126 27 92 0 0.79 0.27 0.51 320.61 0.65 0.3
Hex 7E 1B 5C 0 4F 1B 33 141 41 1E
Octal 176 33 134 0 117 33 63 501 101 36
Binary 1111110 11011 1011100 0 1001111 11011 110011 101000001 1000001 11110

Color Harmonies of #7E1B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1B5C

Black with #7E1B5C

Text Example


Text Example

White with #7E1B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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