Html Css Color HEX #761967 Palatinate Purple

📋 copy color: '#761967'

red 118 ◦ green 25 ◦ blue 103

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

Shades of Palatinate Purple #761967

Tints of Palatinate Purple #761967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 47.97%
G = 10.16%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#761967 (or 0x761967) is known color: Palatinate Purple. HEX triplet: 76, 19 and 67. RGB value is (118,25,103). Sum of RGB (Red+Green+Blue) = 118+25+103=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #761967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761967 is #89E698. Grayscale: #3D3D3D. Windows color (decimal): -9037465 or 6756726. OLE color: 6756726.

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

Color convert

RGB 118 25 103 -
CMYK 0 0.79 0.13 0.54
HSL 309.68º 0.65% 0.28% -
HSV(B) 309.68º 0.79% 0.46% -
XYZ 10.27 5.53 13.36 -
YUV 61.7 151.31 168.16 -
System Red Green Blue C M Y K H S L
Decimal 118 25 103 0 0.79 0.13 0.54 309.68 0.65 0.28
Hex 76 19 67 0 4F D 36 136 41 1C
Octal 166 31 147 0 117 15 66 466 101 34
Binary 1110110 11001 1100111 0 1001111 1101 110110 100110110 1000001 11100

Color Harmonies of #761967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761967

Black with #761967

Text Example


Text Example

White with #761967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761967; }

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

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

background-color css

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

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

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

border-color css

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

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

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