Html Css Color HEX #762968 Palatinate Purple

📋 copy color: '#762968'

red 118 ◦ green 41 ◦ blue 104

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

Shades of Palatinate Purple #762968

Tints of Palatinate Purple #762968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 44.87%
G = 15.59%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#762968 (or 0x762968) is known color: Palatinate Purple. HEX triplet: 76, 29 and 68. RGB value is (118,41,104). Sum of RGB (Red+Green+Blue) = 118+41+104=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #762968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762968 is #89D697. Grayscale: #474747. Windows color (decimal): -9033368 or 6826358. OLE color: 6826358.

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

Color convert

RGB 118 41 104 -
CMYK 0 0.65 0.12 0.54
HSL 310.91º 0.48% 0.31% -
HSV(B) 310.91º 0.65% 0.46% -
XYZ 10.76 6.44 13.77 -
YUV 71.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 118 41 104 0 0.65 0.12 0.54 310.91 0.48 0.31
Hex 76 29 68 0 41 C 36 137 30 1F
Octal 166 51 150 0 101 14 66 467 60 37
Binary 1110110 101001 1101000 0 1000001 1100 110110 100110111 110000 11111

Color Harmonies of #762968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762968

Black with #762968

Text Example


Text Example

White with #762968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762968; }

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

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

background-color css

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

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

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

border-color css

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

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

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