Html Css Color HEX #763365 Palatinate Purple

📋 copy color: '#763365'

red 118 ◦ green 51 ◦ blue 101

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

Shades of Palatinate Purple #763365

Tints of Palatinate Purple #763365

RGB

 RED value IS 118 (46.48% from 255) = 43.7%

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

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

R = 43.7%
G = 18.89%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#763365 (or 0x763365) is known color: Palatinate Purple. HEX triplet: 76, 33 and 65. RGB value is (118,51,101). Sum of RGB (Red+Green+Blue) = 118+51+101=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #763365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763365 is #89CC9A. Grayscale: #4C4C4C. Windows color (decimal): -9030811 or 6632310. OLE color: 6632310.

HSL color Cylindrical-coordinate representation of color #763365: hue angle of 315.22º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763365 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 51 101 -
CMYK 0 0.57 0.14 0.54
HSL 315.22º 0.4% 0.33% -
HSV(B) 315.22º 0.57% 0.46% -
XYZ 11 7.16 13.11 -
YUV 76.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 118 51 101 0 0.57 0.14 0.54 315.22 0.4 0.33
Hex 76 33 65 0 39 E 36 13B 28 21
Octal 166 63 145 0 71 16 66 473 50 41
Binary 1110110 110011 1100101 0 111001 1110 110110 100111011 101000 100001

Color Harmonies of #763365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763365

Black with #763365

Text Example


Text Example

White with #763365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763365; }

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

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

background-color css

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

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

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

border-color css

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

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

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