Html Css Color HEX #760981 Purple

📋 copy color: '#760981'

red 118 ◦ green 9 ◦ blue 129

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

Shades of Purple #760981

Tints of Purple #760981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 129 (50.78% from 255) = 50.39%

R = 46.09%
G = 3.52%
B = 50.39%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#760981 (or 0x760981) is known color: Purple. HEX triplet: 76, 09 and 81. RGB value is (118,9,129). Sum of RGB (Red+Green+Blue) = 118+9+129=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #760981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760981 is #89F67E. Grayscale: #363636. Windows color (decimal): -9041535 or 8456566. OLE color: 8456566.

HSL color Cylindrical-coordinate representation of color #760981: hue angle of 294.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760981 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 9 129 -
CMYK 0.09 0.93 0 0.49
HSL 294.5º 0.87% 0.27% -
HSV(B) 294.5º 0.93% 0.51% -
XYZ 11.53 5.63 21.25 -
YUV 55.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 118 9 129 0.09 0.93 0 0.49 294.5 0.87 0.27
Hex 76 9 81 9 5D 0 31 126 57 1B
Octal 166 11 201 11 135 0 61 446 127 33
Binary 1110110 1001 10000001 1001 1011101 0 110001 100100110 1010111 11011

Color Harmonies of #760981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760981

Black with #760981

Text Example


Text Example

White with #760981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760981; }

 p { color: rgb(118,9,129); }

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

background-color css

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

 a { background-color: rgb(118,9,129); }

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

border-color css

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

 span { border-color: rgb(118,9,129); }

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