Html Css Color HEX #7E2963 Palatinate Purple

📋 copy color: '#7E2963'

red 126 ◦ green 41 ◦ blue 99

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

Shades of Palatinate Purple #7E2963

Tints of Palatinate Purple #7E2963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 47.37%
G = 15.41%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E2963 (or 0x7E2963) is known color: Palatinate Purple. HEX triplet: 7E, 29 and 63. RGB value is (126,41,99). Sum of RGB (Red+Green+Blue) = 126+41+99=266 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.37% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2963 is #81D69C. Grayscale: #484848. Windows color (decimal): -8509085 or 6498686. OLE color: 6498686.

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

Color convert

RGB 126 41 99 -
CMYK 0 0.67 0.21 0.51
HSL 319.06º 0.51% 0.33% -
HSV(B) 319.06º 0.67% 0.49% -
XYZ 11.65 6.92 12.53 -
YUV 73.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 126 41 99 0 0.67 0.21 0.51 319.06 0.51 0.33
Hex 7E 29 63 0 43 15 33 13F 33 21
Octal 176 51 143 0 103 25 63 477 63 41
Binary 1111110 101001 1100011 0 1000011 10101 110011 100111111 110011 100001

Color Harmonies of #7E2963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2963

Black with #7E2963

Text Example


Text Example

White with #7E2963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,41,99); }

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

background-color css

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

 a { background-color: rgb(126,41,99); }

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

border-color css

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

 span { border-color: rgb(126,41,99); }

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