Html Css Color HEX #762762 Palatinate Purple

📋 copy color: '#762762'

red 118 ◦ green 39 ◦ blue 98

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

Shades of Palatinate Purple #762762

Tints of Palatinate Purple #762762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 46.27%
G = 15.29%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#762762 (or 0x762762) is known color: Palatinate Purple. HEX triplet: 76, 27 and 62. RGB value is (118,39,98). Sum of RGB (Red+Green+Blue) = 118+39+98=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #762762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762762 is #89D89D. Grayscale: #454545. Windows color (decimal): -9033886 or 6432630. OLE color: 6432630.

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

Color convert

RGB 118 39 98 -
CMYK 0 0.67 0.17 0.54
HSL 315.19º 0.5% 0.31% -
HSV(B) 315.19º 0.67% 0.46% -
XYZ 10.4 6.18 12.2 -
YUV 69.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 118 39 98 0 0.67 0.17 0.54 315.19 0.5 0.31
Hex 76 27 62 0 43 11 36 13B 32 1F
Octal 166 47 142 0 103 21 66 473 62 37
Binary 1110110 100111 1100010 0 1000011 10001 110110 100111011 110010 11111

Color Harmonies of #762762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762762

Black with #762762

Text Example


Text Example

White with #762762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762762; }

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

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

background-color css

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

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

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

border-color css

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

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

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