Html Css Color HEX #760882 Purple

📋 copy color: '#760882'

red 118 ◦ green 8 ◦ blue 130

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

Shades of Purple #760882

Tints of Purple #760882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 46.09%
G = 3.13%
B = 50.78%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#760882 (or 0x760882) is known color: Purple. HEX triplet: 76, 08 and 82. RGB value is (118,8,130). Sum of RGB (Red+Green+Blue) = 118+8+130=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #760882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760882 is #89F77D. Grayscale: #363636. Windows color (decimal): -9041790 or 8521846. OLE color: 8521846.

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

Color convert

RGB 118 8 130 -
CMYK 0.09 0.94 0 0.49
HSL 294.1º 0.88% 0.27% -
HSV(B) 294.1º 0.94% 0.51% -
XYZ 11.59 5.64 21.6 -
YUV 54.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 118 8 130 0.09 0.94 0 0.49 294.1 0.88 0.27
Hex 76 8 82 9 5E 0 31 126 58 1B
Octal 166 10 202 11 136 0 61 446 130 33
Binary 1110110 1000 10000010 1001 1011110 0 110001 100100110 1011000 11011

Color Harmonies of #760882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760882

Black with #760882

Text Example


Text Example

White with #760882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760882; }

 p { color: rgb(118,8,130); }

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

background-color css

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

 a { background-color: rgb(118,8,130); }

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

border-color css

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

 span { border-color: rgb(118,8,130); }

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