Html Css Color HEX #7E1A5C Palatinate Purple

📋 copy color: '#7E1A5C'

red 126 ◦ green 26 ◦ blue 92

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

Shades of Palatinate Purple #7E1A5C

Tints of Palatinate Purple #7E1A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.66%

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

R = 51.64%
G = 10.66%
B = 37.7%

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

#7E1A5C (or 0x7E1A5C) is known color: Palatinate Purple. HEX triplet: 7E, 1A and 5C. RGB value is (126,26,92). Sum of RGB (Red+Green+Blue) = 126+26+92=244 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.64% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E1A5C is #81E5A3. Grayscale: #3F3F3F. Windows color (decimal): -8512932 or 6036094. OLE color: 6036094.

HSL color Cylindrical-coordinate representation of color #7E1A5C: hue angle of 320.4º degrees, saturation: 0.66, 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 #7E1A5C is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 26 92 -
CMYK 0 0.79 0.27 0.51
HSL 320.4º 0.66% 0.3% -
HSV(B) 320.4º 0.79% 0.49% -
XYZ 10.91 5.95 10.7 -
YUV 63.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 126 26 92 0 0.79 0.27 0.51 320.4 0.66 0.3
Hex 7E 1A 5C 0 4F 1B 33 140 42 1E
Octal 176 32 134 0 117 33 63 500 102 36
Binary 1111110 11010 1011100 0 1001111 11011 110011 101000000 1000010 11110

Color Harmonies of #7E1A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1A5C

Black with #7E1A5C

Text Example


Text Example

White with #7E1A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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