Html Css Color HEX #760481 Purple

📋 copy color: '#760481'

red 118 ◦ green 4 ◦ blue 129

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

Shades of Purple #760481

Tints of Purple #760481

RGB

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

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

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

R = 47.01%
G = 1.59%
B = 51.39%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#760481 (or 0x760481) is known color: Purple. HEX triplet: 76, 04 and 81. RGB value is (118,4,129). Sum of RGB (Red+Green+Blue) = 118+4+129=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #760481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760481 is #89FB7E. Grayscale: #333333. Windows color (decimal): -9042815 or 8455286. OLE color: 8455286.

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

Color convert

RGB 118 4 129 -
CMYK 0.09 0.97 0 0.49
HSL 294.72º 0.94% 0.26% -
HSV(B) 294.72º 0.97% 0.51% -
XYZ 11.48 5.52 21.23 -
YUV 52.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 118 4 129 0.09 0.97 0 0.49 294.72 0.94 0.26
Hex 76 4 81 9 61 0 31 127 5E 1A
Octal 166 4 201 11 141 0 61 447 136 32
Binary 1110110 100 10000001 1001 1100001 0 110001 100100111 1011110 11010

Color Harmonies of #760481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760481

Black with #760481

Text Example


Text Example

White with #760481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760481; }

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

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

background-color css

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

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

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

border-color css

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

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

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