Html Css Color HEX #761467 Palatinate Purple

📋 copy color: '#761467'

red 118 ◦ green 20 ◦ blue 103

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

Shades of Palatinate Purple #761467

Tints of Palatinate Purple #761467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 48.96%
G = 8.3%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#761467 (or 0x761467) is known color: Palatinate Purple. HEX triplet: 76, 14 and 67. RGB value is (118,20,103). Sum of RGB (Red+Green+Blue) = 118+20+103=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 103 (40.62% from 255 or 42.74% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761467 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761467 is #89EB98. Grayscale: #3A3A3A. Windows color (decimal): -9038745 or 6755446. OLE color: 6755446.

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

Color convert

RGB 118 20 103 -
CMYK 0 0.83 0.13 0.54
HSL 309.18º 0.71% 0.27% -
HSV(B) 309.18º 0.83% 0.46% -
XYZ 10.17 5.33 13.32 -
YUV 58.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 118 20 103 0 0.83 0.13 0.54 309.18 0.71 0.27
Hex 76 14 67 0 53 D 36 135 47 1B
Octal 166 24 147 0 123 15 66 465 107 33
Binary 1110110 10100 1100111 0 1010011 1101 110110 100110101 1000111 11011

Color Harmonies of #761467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761467

Black with #761467

Text Example


Text Example

White with #761467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761467; }

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

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

background-color css

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

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

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

border-color css

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

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

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