Html Css Color HEX #763267 Palatinate Purple

📋 copy color: '#763267'

red 118 ◦ green 50 ◦ blue 103

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

Shades of Palatinate Purple #763267

Tints of Palatinate Purple #763267

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 43.54%
G = 18.45%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#763267 (or 0x763267) is known color: Palatinate Purple. HEX triplet: 76, 32 and 67. RGB value is (118,50,103). Sum of RGB (Red+Green+Blue) = 118+50+103=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #763267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763267 is #89CD98. Grayscale: #4C4C4C. Windows color (decimal): -9031065 or 6763126. OLE color: 6763126.

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

Color convert

RGB 118 50 103 -
CMYK 0 0.58 0.13 0.54
HSL 313.24º 0.4% 0.33% -
HSV(B) 313.24º 0.58% 0.46% -
XYZ 11.06 7.11 13.62 -
YUV 76.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 118 50 103 0 0.58 0.13 0.54 313.24 0.4 0.33
Hex 76 32 67 0 3A D 36 139 28 21
Octal 166 62 147 0 72 15 66 471 50 41
Binary 1110110 110010 1100111 0 111010 1101 110110 100111001 101000 100001

Color Harmonies of #763267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763267

Black with #763267

Text Example


Text Example

White with #763267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763267; }

 p { color: rgb(118,50,103); }

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

background-color css

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

 a { background-color: rgb(118,50,103); }

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

border-color css

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

 span { border-color: rgb(118,50,103); }

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