Html Css Color HEX #7E2462 Palatinate Purple

📋 copy color: '#7E2462'

red 126 ◦ green 36 ◦ blue 98

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

Shades of Palatinate Purple #7E2462

Tints of Palatinate Purple #7E2462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

 BLUE value IS 98 (38.67% from 255) = 37.69%

R = 48.46%
G = 13.85%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7E2462 (or 0x7E2462) is known color: Palatinate Purple. HEX triplet: 7E, 24 and 62. RGB value is (126,36,98). Sum of RGB (Red+Green+Blue) = 126+36+98=260 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2462 is #81DB9D. Grayscale: #454545. Windows color (decimal): -8510366 or 6431870. OLE color: 6431870.

HSL color Cylindrical-coordinate representation of color #7E2462: hue angle of 318.67º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2462 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 36 98 -
CMYK 0 0.71 0.22 0.51
HSL 318.67º 0.56% 0.32% -
HSV(B) 318.67º 0.71% 0.49% -
XYZ 11.44 6.58 12.22 -
YUV 69.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 126 36 98 0 0.71 0.22 0.51 318.67 0.56 0.32
Hex 7E 24 62 0 47 16 33 13F 38 20
Octal 176 44 142 0 107 26 63 477 70 40
Binary 1111110 100100 1100010 0 1000111 10110 110011 100111111 111000 100000

Color Harmonies of #7E2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2462

Black with #7E2462

Text Example


Text Example

White with #7E2462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,36,98); }

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

background-color css

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

 a { background-color: rgb(126,36,98); }

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

border-color css

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

 span { border-color: rgb(126,36,98); }

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