Html Css Color HEX #7E3669 Palatinate Purple

📋 copy color: '#7E3669'

red 126 ◦ green 54 ◦ blue 105

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

Shades of Palatinate Purple #7E3669

Tints of Palatinate Purple #7E3669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 44.21%
G = 18.95%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E3669 (or 0x7E3669) is known color: Palatinate Purple. HEX triplet: 7E, 36 and 69. RGB value is (126,54,105). Sum of RGB (Red+Green+Blue) = 126+54+105=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3669 is #81C996. Grayscale: #515151. Windows color (decimal): -8505751 or 6895230. OLE color: 6895230.

HSL color Cylindrical-coordinate representation of color #7E3669: hue angle of 317.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E3669 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 54 105 -
CMYK 0 0.57 0.17 0.51
HSL 317.5º 0.4% 0.35% -
HSV(B) 317.5º 0.57% 0.49% -
XYZ 12.47 8.09 14.27 -
YUV 81.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 126 54 105 0 0.57 0.17 0.51 317.5 0.4 0.35
Hex 7E 36 69 0 39 11 33 13E 28 23
Octal 176 66 151 0 71 21 63 476 50 43
Binary 1111110 110110 1101001 0 111001 10001 110011 100111110 101000 100011

Color Harmonies of #7E3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3669

Black with #7E3669

Text Example


Text Example

White with #7E3669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,54,105); }

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

background-color css

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

 a { background-color: rgb(126,54,105); }

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

border-color css

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

 span { border-color: rgb(126,54,105); }

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