Html Css Color HEX #7E3568 Palatinate Purple

📋 copy color: '#7E3568'

red 126 ◦ green 53 ◦ blue 104

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

Shades of Palatinate Purple #7E3568

Tints of Palatinate Purple #7E3568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 44.52%
G = 18.73%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E3568 (or 0x7E3568) is known color: Palatinate Purple. HEX triplet: 7E, 35 and 68. RGB value is (126,53,104). Sum of RGB (Red+Green+Blue) = 126+53+104=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3568 is #81CA97. Grayscale: #505050. Windows color (decimal): -8506008 or 6829438. OLE color: 6829438.

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

Color convert

RGB 126 53 104 -
CMYK 0 0.58 0.17 0.51
HSL 318.08º 0.41% 0.35% -
HSV(B) 318.08º 0.58% 0.49% -
XYZ 12.38 7.98 13.98 -
YUV 80.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 126 53 104 0 0.58 0.17 0.51 318.08 0.41 0.35
Hex 7E 35 68 0 3A 11 33 13E 29 23
Octal 176 65 150 0 72 21 63 476 51 43
Binary 1111110 110101 1101000 0 111010 10001 110011 100111110 101001 100011

Color Harmonies of #7E3568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3568

Black with #7E3568

Text Example


Text Example

White with #7E3568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,53,104); }

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

background-color css

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

 a { background-color: rgb(126,53,104); }

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

border-color css

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

 span { border-color: rgb(126,53,104); }

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