Html Css Color HEX #760982 Purple

📋 copy color: '#760982'

red 118 ◦ green 9 ◦ blue 130

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

Shades of Purple #760982

Tints of Purple #760982

RGB

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

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

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

R = 45.91%
G = 3.5%
B = 50.58%

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

#760982 (or 0x760982) is known color: Purple. HEX triplet: 76, 09 and 82. RGB value is (118,9,130). Sum of RGB (Red+Green+Blue) = 118+9+130=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #760982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760982 is #89F67D. Grayscale: #373737. Windows color (decimal): -9041534 or 8522102. OLE color: 8522102.

HSL color Cylindrical-coordinate representation of color #760982: hue angle of 294.05º 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 #760982 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 9 130 -
CMYK 0.09 0.93 0 0.49
HSL 294.05º 0.87% 0.27% -
HSV(B) 294.05º 0.93% 0.51% -
XYZ 11.6 5.66 21.6 -
YUV 55.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 118 9 130 0.09 0.93 0 0.49 294.05 0.87 0.27
Hex 76 9 82 9 5D 0 31 126 57 1B
Octal 166 11 202 11 135 0 61 446 127 33
Binary 1110110 1001 10000010 1001 1011101 0 110001 100100110 1010111 11011

Color Harmonies of #760982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760982

Black with #760982

Text Example


Text Example

White with #760982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760982; }

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

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

background-color css

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

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

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

border-color css

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

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

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