Html Css Color HEX #762962 Palatinate Purple

📋 copy color: '#762962'

red 118 ◦ green 41 ◦ blue 98

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

Shades of Palatinate Purple #762962

Tints of Palatinate Purple #762962

RGB

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

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

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

R = 45.91%
G = 15.95%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#762962 (or 0x762962) is known color: Palatinate Purple. HEX triplet: 76, 29 and 62. RGB value is (118,41,98). Sum of RGB (Red+Green+Blue) = 118+41+98=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #762962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762962 is #89D69D. Grayscale: #464646. Windows color (decimal): -9033374 or 6433142. OLE color: 6433142.

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

Color convert

RGB 118 41 98 -
CMYK 0 0.65 0.17 0.54
HSL 315.58º 0.48% 0.31% -
HSV(B) 315.58º 0.65% 0.46% -
XYZ 10.47 6.32 12.22 -
YUV 70.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 118 41 98 0 0.65 0.17 0.54 315.58 0.48 0.31
Hex 76 29 62 0 41 11 36 13C 30 1F
Octal 166 51 142 0 101 21 66 474 60 37
Binary 1110110 101001 1100010 0 1000001 10001 110110 100111100 110000 11111

Color Harmonies of #762962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762962

Black with #762962

Text Example


Text Example

White with #762962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762962; }

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

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

background-color css

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

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

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

border-color css

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

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

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