Html Css Color HEX #763C67 Palatinate Purple

📋 copy color: '#763C67'

red 118 ◦ green 60 ◦ blue 103

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

Shades of Palatinate Purple #763C67

Tints of Palatinate Purple #763C67

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.35%

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

R = 41.99%
G = 21.35%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#763C67 (or 0x763C67) is known color: Palatinate Purple. HEX triplet: 76, 3C and 67. RGB value is (118,60,103). Sum of RGB (Red+Green+Blue) = 118+60+103=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #763C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C67 is #89C398. Grayscale: #525252. Windows color (decimal): -9028505 or 6765686. OLE color: 6765686.

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

Color convert

RGB 118 60 103 -
CMYK 0 0.49 0.13 0.54
HSL 315.52º 0.33% 0.35% -
HSV(B) 315.52º 0.49% 0.46% -
XYZ 11.54 8.06 13.78 -
YUV 82.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 118 60 103 0 0.49 0.13 0.54 315.52 0.33 0.35
Hex 76 3C 67 0 31 D 36 13C 21 23
Octal 166 74 147 0 61 15 66 474 41 43
Binary 1110110 111100 1100111 0 110001 1101 110110 100111100 100001 100011

Color Harmonies of #763C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C67

Black with #763C67

Text Example


Text Example

White with #763C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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