Html Css Color HEX #760575 Purple

📋 copy color: '#760575'

red 118 ◦ green 5 ◦ blue 117

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

Shades of Purple #760575

Tints of Purple #760575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.75%

R = 49.17%
G = 2.08%
B = 48.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#760575 (or 0x760575) is known color: Purple. HEX triplet: 76, 05 and 75. RGB value is (118,5,117). Sum of RGB (Red+Green+Blue) = 118+5+117=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #760575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760575 is #89FA8A. Grayscale: #333333. Windows color (decimal): -9042571 or 7669110. OLE color: 7669110.

HSL color Cylindrical-coordinate representation of color #760575: hue angle of 300.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760575 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 117 -
CMYK 0 0.96 0.01 0.54
HSL 300.53º 0.92% 0.24% -
HSV(B) 300.53º 0.96% 0.46% -
XYZ 10.74 5.24 17.28 -
YUV 51.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 118 5 117 0 0.96 0.01 0.54 300.53 0.92 0.24
Hex 76 5 75 0 60 1 36 12D 5C 18
Octal 166 5 165 0 140 1 66 455 134 30
Binary 1110110 101 1110101 0 1100000 1 110110 100101101 1011100 11000

Color Harmonies of #760575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760575

Black with #760575

Text Example


Text Example

White with #760575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760575; }

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

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

background-color css

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

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

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

border-color css

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

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

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