Html Css Color HEX #762964 Palatinate Purple

📋 copy color: '#762964'

red 118 ◦ green 41 ◦ blue 100

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

Shades of Palatinate Purple #762964

Tints of Palatinate Purple #762964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

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

R = 45.56%
G = 15.83%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#762964 (or 0x762964) is known color: Palatinate Purple. HEX triplet: 76, 29 and 64. RGB value is (118,41,100). Sum of RGB (Red+Green+Blue) = 118+41+100=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #762964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762964 is #89D69B. Grayscale: #464646. Windows color (decimal): -9033372 or 6564214. OLE color: 6564214.

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

Color convert

RGB 118 41 100 -
CMYK 0 0.65 0.15 0.54
HSL 314.03º 0.48% 0.31% -
HSV(B) 314.03º 0.65% 0.46% -
XYZ 10.56 6.36 12.73 -
YUV 70.75 144.51 161.7 -
System Red Green Blue C M Y K H S L
Decimal 118 41 100 0 0.65 0.15 0.54 314.03 0.48 0.31
Hex 76 29 64 0 41 F 36 13A 30 1F
Octal 166 51 144 0 101 17 66 472 60 37
Binary 1110110 101001 1100100 0 1000001 1111 110110 100111010 110000 11111

Color Harmonies of #762964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762964

Black with #762964

Text Example


Text Example

White with #762964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762964; }

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

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

background-color css

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

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

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

border-color css

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

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

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