Html Css Color HEX #761280 Purple

📋 copy color: '#761280'

red 118 ◦ green 18 ◦ blue 128

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

Shades of Purple #761280

Tints of Purple #761280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 44.7%
G = 6.82%
B = 48.48%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#761280 (or 0x761280) is known color: Purple. HEX triplet: 76, 12 and 80. RGB value is (118,18,128). Sum of RGB (Red+Green+Blue) = 118+18+128=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #761280 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761280 is #89ED7F. Grayscale: #3C3C3C. Windows color (decimal): -9039232 or 8393334. OLE color: 8393334.

HSL color Cylindrical-coordinate representation of color #761280: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761280 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 18 128 -
CMYK 0.08 0.86 0 0.50
HSL 294.55º 0.75% 0.29% -
HSV(B) 294.55º 0.86% 0.5% -
XYZ 11.58 5.84 20.94 -
YUV 60.44 166.13 169.06 -
System Red Green Blue C M Y K H S L
Decimal 118 18 128 0.08 0.86 0 0.50 294.55 0.75 0.29
Hex 76 12 80 8 56 0 32 127 4B 1D
Octal 166 22 200 10 126 0 62 447 113 35
Binary 1110110 10010 10000000 1000 1010110 0 110010 100100111 1001011 11101

Color Harmonies of #761280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761280

Black with #761280

Text Example


Text Example

White with #761280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761280; }

 p { color: rgb(118,18,128); }

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

background-color css

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

 a { background-color: rgb(118,18,128); }

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

border-color css

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

 span { border-color: rgb(118,18,128); }

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