Html Css Color HEX #7E3064 Palatinate Purple

📋 copy color: '#7E3064'

red 126 ◦ green 48 ◦ blue 100

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

Shades of Palatinate Purple #7E3064

Tints of Palatinate Purple #7E3064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

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

R = 45.99%
G = 17.52%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E3064 (or 0x7E3064) is known color: Palatinate Purple. HEX triplet: 7E, 30 and 64. RGB value is (126,48,100). Sum of RGB (Red+Green+Blue) = 126+48+100=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3064 is #81CF9B. Grayscale: #4D4D4D. Windows color (decimal): -8507292 or 6566014. OLE color: 6566014.

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

Color convert

RGB 126 48 100 -
CMYK 0 0.62 0.21 0.51
HSL 320º 0.45% 0.34% -
HSV(B) 320º 0.62% 0.49% -
XYZ 11.96 7.47 12.87 -
YUV 77.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 126 48 100 0 0.62 0.21 0.51 320 0.45 0.34
Hex 7E 30 64 0 3E 15 33 140 2D 22
Octal 176 60 144 0 76 25 63 500 55 42
Binary 1111110 110000 1100100 0 111110 10101 110011 101000000 101101 100010

Color Harmonies of #7E3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3064

Black with #7E3064

Text Example


Text Example

White with #7E3064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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