Html Css Color HEX #762560 Palatinate Purple

📋 copy color: '#762560'

red 118 ◦ green 37 ◦ blue 96

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

Shades of Palatinate Purple #762560

Tints of Palatinate Purple #762560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 47.01%
G = 14.74%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#762560 (or 0x762560) is known color: Palatinate Purple. HEX triplet: 76, 25 and 60. RGB value is (118,37,96). Sum of RGB (Red+Green+Blue) = 118+37+96=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #762560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762560 is #89DA9F. Grayscale: #434343. Windows color (decimal): -9034400 or 6301046. OLE color: 6301046.

HSL color Cylindrical-coordinate representation of color #762560: hue angle of 316.3º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762560 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 37 96 -
CMYK 0 0.69 0.19 0.54
HSL 316.3º 0.52% 0.3% -
HSV(B) 316.3º 0.69% 0.46% -
XYZ 10.24 6.02 11.69 -
YUV 67.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 118 37 96 0 0.69 0.19 0.54 316.3 0.52 0.3
Hex 76 25 60 0 45 13 36 13C 34 1E
Octal 166 45 140 0 105 23 66 474 64 36
Binary 1110110 100101 1100000 0 1000101 10011 110110 100111100 110100 11110

Color Harmonies of #762560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762560

Black with #762560

Text Example


Text Example

White with #762560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762560; }

 p { color: rgb(118,37,96); }

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

background-color css

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

 a { background-color: rgb(118,37,96); }

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

border-color css

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

 span { border-color: rgb(118,37,96); }

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