Html Css Color HEX #763467 Palatinate Purple

📋 copy color: '#763467'

red 118 ◦ green 52 ◦ blue 103

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

Shades of Palatinate Purple #763467

Tints of Palatinate Purple #763467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 43.22%
G = 19.05%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#763467 (or 0x763467) is known color: Palatinate Purple. HEX triplet: 76, 34 and 67. RGB value is (118,52,103). Sum of RGB (Red+Green+Blue) = 118+52+103=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #763467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763467 is #89CB98. Grayscale: #4D4D4D. Windows color (decimal): -9030553 or 6763638. OLE color: 6763638.

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

Color convert

RGB 118 52 103 -
CMYK 0 0.56 0.13 0.54
HSL 313.64º 0.39% 0.33% -
HSV(B) 313.64º 0.56% 0.46% -
XYZ 11.15 7.29 13.65 -
YUV 77.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 118 52 103 0 0.56 0.13 0.54 313.64 0.39 0.33
Hex 76 34 67 0 38 D 36 13A 27 21
Octal 166 64 147 0 70 15 66 472 47 41
Binary 1110110 110100 1100111 0 111000 1101 110110 100111010 100111 100001

Color Harmonies of #763467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763467

Black with #763467

Text Example


Text Example

White with #763467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763467; }

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

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

background-color css

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

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

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

border-color css

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

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

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