Html Css Color HEX #762864 Palatinate Purple

📋 copy color: '#762864'

red 118 ◦ green 40 ◦ blue 100

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

Shades of Palatinate Purple #762864

Tints of Palatinate Purple #762864

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

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

R = 45.74%
G = 15.5%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#762864 (or 0x762864) is known color: Palatinate Purple. HEX triplet: 76, 28 and 64. RGB value is (118,40,100). Sum of RGB (Red+Green+Blue) = 118+40+100=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #762864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762864 is #89D79B. Grayscale: #464646. Windows color (decimal): -9033628 or 6563958. OLE color: 6563958.

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

Color convert

RGB 118 40 100 -
CMYK 0 0.66 0.15 0.54
HSL 313.85º 0.49% 0.31% -
HSV(B) 313.85º 0.66% 0.46% -
XYZ 10.53 6.29 12.72 -
YUV 70.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 118 40 100 0 0.66 0.15 0.54 313.85 0.49 0.31
Hex 76 28 64 0 42 F 36 13A 31 1F
Octal 166 50 144 0 102 17 66 472 61 37
Binary 1110110 101000 1100100 0 1000010 1111 110110 100111010 110001 11111

Color Harmonies of #762864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762864

Black with #762864

Text Example


Text Example

White with #762864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762864; }

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

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

background-color css

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

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

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

border-color css

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

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

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