Html Css Color HEX #760D84 Purple

📋 copy color: '#760D84'

red 118 ◦ green 13 ◦ blue 132

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

Shades of Purple #760D84

Tints of Purple #760D84

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.94%

 BLUE value IS 132 (51.95% from 255) = 50.19%

R = 44.87%
G = 4.94%
B = 50.19%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#760D84 (or 0x760D84) is known color: Purple. HEX triplet: 76, 0D and 84. RGB value is (118,13,132). Sum of RGB (Red+Green+Blue) = 118+13+132=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #760D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760D84 is #89F27B. Grayscale: #393939. Windows color (decimal): -9040508 or 8654198. OLE color: 8654198.

HSL color Cylindrical-coordinate representation of color #760D84: hue angle of 292.94º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760D84 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 13 132 -
CMYK 0.11 0.90 0 0.48
HSL 292.94º 0.82% 0.28% -
HSV(B) 292.94º 0.9% 0.52% -
XYZ 11.78 5.81 22.33 -
YUV 57.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 118 13 132 0.11 0.90 0 0.48 292.94 0.82 0.28
Hex 76 D 84 B 5A 0 30 125 52 1C
Octal 166 15 204 13 132 0 60 445 122 34
Binary 1110110 1101 10000100 1011 1011010 0 110000 100100101 1010010 11100

Color Harmonies of #760D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D84

Black with #760D84

Text Example


Text Example

White with #760D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D84; }

 p { color: rgb(118,13,132); }

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

background-color css

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

 a { background-color: rgb(118,13,132); }

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

border-color css

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

 span { border-color: rgb(118,13,132); }

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