Html Css Color HEX #760584 Purple

📋 copy color: '#760584'

red 118 ◦ green 5 ◦ blue 132

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

Shades of Purple #760584

Tints of Purple #760584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 46.27%
G = 1.96%
B = 51.76%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#760584 (or 0x760584) is known color: Purple. HEX triplet: 76, 05 and 84. RGB value is (118,5,132). Sum of RGB (Red+Green+Blue) = 118+5+132=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #760584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760584 is #89FA7B. Grayscale: #343434. Windows color (decimal): -9042556 or 8652150. OLE color: 8652150.

HSL color Cylindrical-coordinate representation of color #760584: hue angle of 293.39º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760584 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 5 132 -
CMYK 0.11 0.96 0 0.48
HSL 293.39º 0.93% 0.27% -
HSV(B) 293.39º 0.96% 0.52% -
XYZ 11.69 5.63 22.3 -
YUV 53.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 118 5 132 0.11 0.96 0 0.48 293.39 0.93 0.27
Hex 76 5 84 B 60 0 30 125 5D 1B
Octal 166 5 204 13 140 0 60 445 135 33
Binary 1110110 101 10000100 1011 1100000 0 110000 100100101 1011101 11011

Color Harmonies of #760584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760584

Black with #760584

Text Example


Text Example

White with #760584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760584; }

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

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

background-color css

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

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

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

border-color css

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

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

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