Html Css Color HEX #762768 Palatinate Purple

📋 copy color: '#762768'

red 118 ◦ green 39 ◦ blue 104

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

Shades of Palatinate Purple #762768

Tints of Palatinate Purple #762768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.94%

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

R = 45.21%
G = 14.94%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#762768 (or 0x762768) is known color: Palatinate Purple. HEX triplet: 76, 27 and 68. RGB value is (118,39,104). Sum of RGB (Red+Green+Blue) = 118+39+104=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #762768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762768 is #89D897. Grayscale: #454545. Windows color (decimal): -9033880 or 6825846. OLE color: 6825846.

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

Color convert

RGB 118 39 104 -
CMYK 0 0.67 0.12 0.54
HSL 310.63º 0.5% 0.31% -
HSV(B) 310.63º 0.67% 0.46% -
XYZ 10.7 6.3 13.75 -
YUV 70.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 118 39 104 0 0.67 0.12 0.54 310.63 0.5 0.31
Hex 76 27 68 0 43 C 36 137 32 1F
Octal 166 47 150 0 103 14 66 467 62 37
Binary 1110110 100111 1101000 0 1000011 1100 110110 100110111 110010 11111

Color Harmonies of #762768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762768

Black with #762768

Text Example


Text Example

White with #762768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762768; }

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

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

background-color css

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

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

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

border-color css

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

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

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