Html Css Color HEX #760460 Purple

📋 copy color: '#760460'

red 118 ◦ green 4 ◦ blue 96

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

Shades of Purple #760460

Tints of Purple #760460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 54.13%
G = 1.83%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#760460 (or 0x760460) is known color: Purple. HEX triplet: 76, 04 and 60. RGB value is (118,4,96). Sum of RGB (Red+Green+Blue) = 118+4+96=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #760460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760460 is #89FB9F. Grayscale: #303030. Windows color (decimal): -9042848 or 6292598. OLE color: 6292598.

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

Color convert

RGB 118 4 96 -
CMYK 0 0.97 0.19 0.54
HSL 311.58º 0.93% 0.24% -
HSV(B) 311.58º 0.97% 0.46% -
XYZ 9.63 4.78 11.48 -
YUV 48.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 118 4 96 0 0.97 0.19 0.54 311.58 0.93 0.24
Hex 76 4 60 0 61 13 36 138 5D 18
Octal 166 4 140 0 141 23 66 470 135 30
Binary 1110110 100 1100000 0 1100001 10011 110110 100111000 1011101 11000

Color Harmonies of #760460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760460

Black with #760460

Text Example


Text Example

White with #760460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760460; }

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

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

background-color css

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

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

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

border-color css

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

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

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