Html Css Color HEX #761965 Palatinate Purple

📋 copy color: '#761965'

red 118 ◦ green 25 ◦ blue 101

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

Shades of Palatinate Purple #761965

Tints of Palatinate Purple #761965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.39%

R = 48.36%
G = 10.25%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#761965 (or 0x761965) is known color: Palatinate Purple. HEX triplet: 76, 19 and 65. RGB value is (118,25,101). Sum of RGB (Red+Green+Blue) = 118+25+101=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #761965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761965 is #89E69A. Grayscale: #3D3D3D. Windows color (decimal): -9037467 or 6625654. OLE color: 6625654.

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

Color convert

RGB 118 25 101 -
CMYK 0 0.79 0.14 0.54
HSL 310.97º 0.65% 0.28% -
HSV(B) 310.97º 0.79% 0.46% -
XYZ 10.17 5.49 12.84 -
YUV 61.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 118 25 101 0 0.79 0.14 0.54 310.97 0.65 0.28
Hex 76 19 65 0 4F E 36 137 41 1C
Octal 166 31 145 0 117 16 66 467 101 34
Binary 1110110 11001 1100101 0 1001111 1110 110110 100110111 1000001 11100

Color Harmonies of #761965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761965

Black with #761965

Text Example


Text Example

White with #761965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761965; }

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

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

background-color css

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

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

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

border-color css

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

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

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