Html Css Color HEX #7E2864 Palatinate Purple

📋 copy color: '#7E2864'

red 126 ◦ green 40 ◦ blue 100

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

Shades of Palatinate Purple #7E2864

Tints of Palatinate Purple #7E2864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 47.37%
G = 15.04%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E2864 (or 0x7E2864) is known color: Palatinate Purple. HEX triplet: 7E, 28 and 64. RGB value is (126,40,100). Sum of RGB (Red+Green+Blue) = 126+40+100=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2864 is #81D79B. Grayscale: #484848. Windows color (decimal): -8509340 or 6563966. OLE color: 6563966.

HSL color Cylindrical-coordinate representation of color #7E2864: hue angle of 318.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E2864 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 40 100 -
CMYK 0 0.68 0.21 0.51
HSL 318.14º 0.52% 0.33% -
HSV(B) 318.14º 0.68% 0.49% -
XYZ 11.66 6.87 12.77 -
YUV 72.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 126 40 100 0 0.68 0.21 0.51 318.14 0.52 0.33
Hex 7E 28 64 0 44 15 33 13E 34 21
Octal 176 50 144 0 104 25 63 476 64 41
Binary 1111110 101000 1100100 0 1000100 10101 110011 100111110 110100 100001

Color Harmonies of #7E2864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2864

Black with #7E2864

Text Example


Text Example

White with #7E2864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,40,100); }

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

background-color css

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

 a { background-color: rgb(126,40,100); }

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

border-color css

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

 span { border-color: rgb(126,40,100); }

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