Html Css Color HEX #7A3365 Palatinate Purple

📋 copy color: '#7A3365'

red 122 ◦ green 51 ◦ blue 101

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

Shades of Palatinate Purple #7A3365

Tints of Palatinate Purple #7A3365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 44.53%
G = 18.61%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A3365 (or 0x7A3365) is known color: Palatinate Purple. HEX triplet: 7A, 33 and 65. RGB value is (122,51,101). Sum of RGB (Red+Green+Blue) = 122+51+101=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3365 is #85CC9A. Grayscale: #4D4D4D. Windows color (decimal): -8768667 or 6632314. OLE color: 6632314.

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

Color convert

RGB 122 51 101 -
CMYK 0 0.58 0.17 0.52
HSL 317.75º 0.41% 0.34% -
HSV(B) 317.75º 0.58% 0.48% -
XYZ 11.56 7.44 13.14 -
YUV 77.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 122 51 101 0 0.58 0.17 0.52 317.75 0.41 0.34
Hex 7A 33 65 0 3A 11 34 13E 29 22
Octal 172 63 145 0 72 21 64 476 51 42
Binary 1111010 110011 1100101 0 111010 10001 110100 100111110 101001 100010

Color Harmonies of #7A3365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3365

Black with #7A3365

Text Example


Text Example

White with #7A3365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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