Html Css Color HEX #762464 Palatinate Purple

📋 copy color: '#762464'

red 118 ◦ green 36 ◦ blue 100

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

Shades of Palatinate Purple #762464

Tints of Palatinate Purple #762464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 46.46%
G = 14.17%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#762464 (or 0x762464) is known color: Palatinate Purple. HEX triplet: 76, 24 and 64. RGB value is (118,36,100). Sum of RGB (Red+Green+Blue) = 118+36+100=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #762464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762464 is #89DB9B. Grayscale: #434343. Windows color (decimal): -9034652 or 6562934. OLE color: 6562934.

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

Color convert

RGB 118 36 100 -
CMYK 0 0.69 0.15 0.54
HSL 313.17º 0.53% 0.3% -
HSV(B) 313.17º 0.69% 0.46% -
XYZ 10.4 6.03 12.67 -
YUV 67.81 146.17 163.8 -
System Red Green Blue C M Y K H S L
Decimal 118 36 100 0 0.69 0.15 0.54 313.17 0.53 0.3
Hex 76 24 64 0 45 F 36 139 35 1E
Octal 166 44 144 0 105 17 66 471 65 36
Binary 1110110 100100 1100100 0 1000101 1111 110110 100111001 110101 11110

Color Harmonies of #762464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762464

Black with #762464

Text Example


Text Example

White with #762464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762464; }

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

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

background-color css

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

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

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

border-color css

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

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

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