Html Css Color HEX #761968 Palatinate Purple

📋 copy color: '#761968'

red 118 ◦ green 25 ◦ blue 104

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

Shades of Palatinate Purple #761968

Tints of Palatinate Purple #761968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 47.77%
G = 10.12%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#761968 (or 0x761968) is known color: Palatinate Purple. HEX triplet: 76, 19 and 68. RGB value is (118,25,104). Sum of RGB (Red+Green+Blue) = 118+25+104=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #761968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761968 is #89E697. Grayscale: #3D3D3D. Windows color (decimal): -9037464 or 6822262. OLE color: 6822262.

HSL color Cylindrical-coordinate representation of color #761968: hue angle of 309.03º 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 #761968 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 25 104 -
CMYK 0 0.79 0.12 0.54
HSL 309.03º 0.65% 0.28% -
HSV(B) 309.03º 0.79% 0.46% -
XYZ 10.32 5.55 13.62 -
YUV 61.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 118 25 104 0 0.79 0.12 0.54 309.03 0.65 0.28
Hex 76 19 68 0 4F C 36 135 41 1C
Octal 166 31 150 0 117 14 66 465 101 34
Binary 1110110 11001 1101000 0 1001111 1100 110110 100110101 1000001 11100

Color Harmonies of #761968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761968

Black with #761968

Text Example


Text Example

White with #761968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761968; }

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

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

background-color css

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

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

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

border-color css

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

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

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