Html Css Color HEX #7A2E65 Palatinate Purple

📋 copy color: '#7A2E65'

red 122 ◦ green 46 ◦ blue 101

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

Shades of Palatinate Purple #7A2E65

Tints of Palatinate Purple #7A2E65

RGB

 RED value IS 122 (48.05% from 255) = 45.35%

 GREEN value IS 46 (18.36% from 255) = 17.1%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 45.35%
G = 17.1%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A2E65 (or 0x7A2E65) is known color: Palatinate Purple. HEX triplet: 7A, 2E and 65. RGB value is (122,46,101). Sum of RGB (Red+Green+Blue) = 122+46+101=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E65 is #85D19A. Grayscale: #4A4A4A. Windows color (decimal): -8769947 or 6631034. OLE color: 6631034.

HSL color Cylindrical-coordinate representation of color #7A2E65: hue angle of 316.58º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A2E65 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 46 101 -
CMYK 0 0.62 0.17 0.52
HSL 316.58º 0.45% 0.33% -
HSV(B) 316.58º 0.62% 0.48% -
XYZ 11.35 7.03 13.07 -
YUV 74.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 122 46 101 0 0.62 0.17 0.52 316.58 0.45 0.33
Hex 7A 2E 65 0 3E 11 34 13D 2D 21
Octal 172 56 145 0 76 21 64 475 55 41
Binary 1111010 101110 1100101 0 111110 10001 110100 100111101 101101 100001

Color Harmonies of #7A2E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2E65

Black with #7A2E65

Text Example


Text Example

White with #7A2E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,46,101); }

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

background-color css

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

 a { background-color: rgb(122,46,101); }

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

border-color css

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

 span { border-color: rgb(122,46,101); }

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