Html Css Color HEX #761964 Palatinate Purple

📋 copy color: '#761964'

red 118 ◦ green 25 ◦ blue 100

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

Shades of Palatinate Purple #761964

Tints of Palatinate Purple #761964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 41.15%

R = 48.56%
G = 10.29%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#761964 (or 0x761964) is known color: Palatinate Purple. HEX triplet: 76, 19 and 64. RGB value is (118,25,100). Sum of RGB (Red+Green+Blue) = 118+25+100=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #761964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761964 is #89E69B. Grayscale: #3D3D3D. Windows color (decimal): -9037468 or 6560118. OLE color: 6560118.

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

Color convert

RGB 118 25 100 -
CMYK 0 0.79 0.15 0.54
HSL 311.61º 0.65% 0.28% -
HSV(B) 311.61º 0.79% 0.46% -
XYZ 10.12 5.47 12.58 -
YUV 61.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 118 25 100 0 0.79 0.15 0.54 311.61 0.65 0.28
Hex 76 19 64 0 4F F 36 138 41 1C
Octal 166 31 144 0 117 17 66 470 101 34
Binary 1110110 11001 1100100 0 1001111 1111 110110 100111000 1000001 11100

Color Harmonies of #761964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761964

Black with #761964

Text Example


Text Example

White with #761964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761964; }

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

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

background-color css

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

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

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

border-color css

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

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

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