Html Css Color HEX #760380 Purple

📋 copy color: '#760380'

red 118 ◦ green 3 ◦ blue 128

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

Shades of Purple #760380

Tints of Purple #760380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 47.39%
G = 1.2%
B = 51.41%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#760380 (or 0x760380) is known color: Purple. HEX triplet: 76, 03 and 80. RGB value is (118,3,128). Sum of RGB (Red+Green+Blue) = 118+3+128=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #760380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760380 is #89FC7F. Grayscale: #333333. Windows color (decimal): -9043072 or 8389494. OLE color: 8389494.

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

Color convert

RGB 118 3 128 -
CMYK 0.08 0.98 0 0.50
HSL 295.2º 0.95% 0.26% -
HSV(B) 295.2º 0.98% 0.5% -
XYZ 11.4 5.48 20.88 -
YUV 51.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 118 3 128 0.08 0.98 0 0.50 295.2 0.95 0.26
Hex 76 3 80 8 62 0 32 127 5F 1A
Octal 166 3 200 10 142 0 62 447 137 32
Binary 1110110 11 10000000 1000 1100010 0 110010 100100111 1011111 11010

Color Harmonies of #760380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760380

Black with #760380

Text Example


Text Example

White with #760380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760380; }

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

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

background-color css

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

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

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

border-color css

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

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

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