Html Css Color HEX #761267 Palatinate Purple

📋 copy color: '#761267'

red 118 ◦ green 18 ◦ blue 103

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

Shades of Palatinate Purple #761267

Tints of Palatinate Purple #761267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.53%

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

R = 49.37%
G = 7.53%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#761267 (or 0x761267) is known color: Palatinate Purple. HEX triplet: 76, 12 and 67. RGB value is (118,18,103). Sum of RGB (Red+Green+Blue) = 118+18+103=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #761267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761267 is #89ED98. Grayscale: #393939. Windows color (decimal): -9039257 or 6754934. OLE color: 6754934.

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

Color convert

RGB 118 18 103 -
CMYK 0 0.85 0.13 0.54
HSL 309º 0.74% 0.27% -
HSV(B) 309º 0.85% 0.46% -
XYZ 10.14 5.26 13.31 -
YUV 57.59 153.63 171.09 -
System Red Green Blue C M Y K H S L
Decimal 118 18 103 0 0.85 0.13 0.54 309 0.74 0.27
Hex 76 12 67 0 55 D 36 135 4A 1B
Octal 166 22 147 0 125 15 66 465 112 33
Binary 1110110 10010 1100111 0 1010101 1101 110110 100110101 1001010 11011

Color Harmonies of #761267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761267

Black with #761267

Text Example


Text Example

White with #761267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761267; }

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

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

background-color css

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

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

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

border-color css

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

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

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