Html Css Color HEX #763A67 Palatinate Purple

📋 copy color: '#763A67'

red 118 ◦ green 58 ◦ blue 103

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

Shades of Palatinate Purple #763A67

Tints of Palatinate Purple #763A67

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

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

R = 42.29%
G = 20.79%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#763A67 (or 0x763A67) is known color: Palatinate Purple. HEX triplet: 76, 3A and 67. RGB value is (118,58,103). Sum of RGB (Red+Green+Blue) = 118+58+103=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #763A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A67 is #89C598. Grayscale: #505050. Windows color (decimal): -9029017 or 6765174. OLE color: 6765174.

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

Color convert

RGB 118 58 103 -
CMYK 0 0.51 0.13 0.54
HSL 315º 0.34% 0.35% -
HSV(B) 315º 0.51% 0.46% -
XYZ 11.43 7.86 13.75 -
YUV 81.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 118 58 103 0 0.51 0.13 0.54 315 0.34 0.35
Hex 76 3A 67 0 33 D 36 13B 22 23
Octal 166 72 147 0 63 15 66 473 42 43
Binary 1110110 111010 1100111 0 110011 1101 110110 100111011 100010 100011

Color Harmonies of #763A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A67

Black with #763A67

Text Example


Text Example

White with #763A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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