Html Css Color HEX #763067 Palatinate Purple

📋 copy color: '#763067'

red 118 ◦ green 48 ◦ blue 103

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

Shades of Palatinate Purple #763067

Tints of Palatinate Purple #763067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

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

R = 43.87%
G = 17.84%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#763067 (or 0x763067) is known color: Palatinate Purple. HEX triplet: 76, 30 and 67. RGB value is (118,48,103). Sum of RGB (Red+Green+Blue) = 118+48+103=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #763067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763067 is #89CF98. Grayscale: #4B4B4B. Windows color (decimal): -9031577 or 6762614. OLE color: 6762614.

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

Color convert

RGB 118 48 103 -
CMYK 0 0.59 0.13 0.54
HSL 312.86º 0.42% 0.33% -
HSV(B) 312.86º 0.59% 0.46% -
XYZ 10.98 6.94 13.59 -
YUV 75.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 118 48 103 0 0.59 0.13 0.54 312.86 0.42 0.33
Hex 76 30 67 0 3B D 36 139 2A 21
Octal 166 60 147 0 73 15 66 471 52 41
Binary 1110110 110000 1100111 0 111011 1101 110110 100111001 101010 100001

Color Harmonies of #763067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763067

Black with #763067

Text Example


Text Example

White with #763067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763067; }

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

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

background-color css

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

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

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

border-color css

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

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

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