Html Css Color HEX #762664 Palatinate Purple

📋 copy color: '#762664'

red 118 ◦ green 38 ◦ blue 100

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

Shades of Palatinate Purple #762664

Tints of Palatinate Purple #762664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 46.09%
G = 14.84%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#762664 (or 0x762664) is known color: Palatinate Purple. HEX triplet: 76, 26 and 64. RGB value is (118,38,100). Sum of RGB (Red+Green+Blue) = 118+38+100=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #762664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762664 is #89D99B. Grayscale: #444444. Windows color (decimal): -9034140 or 6563446. OLE color: 6563446.

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

Color convert

RGB 118 38 100 -
CMYK 0 0.68 0.15 0.54
HSL 313.5º 0.51% 0.31% -
HSV(B) 313.5º 0.68% 0.46% -
XYZ 10.46 6.16 12.69 -
YUV 68.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 118 38 100 0 0.68 0.15 0.54 313.5 0.51 0.31
Hex 76 26 64 0 44 F 36 13A 33 1F
Octal 166 46 144 0 104 17 66 472 63 37
Binary 1110110 100110 1100100 0 1000100 1111 110110 100111010 110011 11111

Color Harmonies of #762664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762664

Black with #762664

Text Example


Text Example

White with #762664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762664; }

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

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

background-color css

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

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

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

border-color css

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

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

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