Html Css Color HEX #760588 Purple

📋 copy color: '#760588'

red 118 ◦ green 5 ◦ blue 136

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

Shades of Purple #760588

Tints of Purple #760588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 45.56%
G = 1.93%
B = 52.51%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#760588 (or 0x760588) is known color: Purple. HEX triplet: 76, 05 and 88. RGB value is (118,5,136). Sum of RGB (Red+Green+Blue) = 118+5+136=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #760588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760588 is #89FA77. Grayscale: #353535. Windows color (decimal): -9042552 or 8914294. OLE color: 8914294.

HSL color Cylindrical-coordinate representation of color #760588: hue angle of 291.76º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760588 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 5 136 -
CMYK 0.13 0.96 0 0.47
HSL 291.76º 0.93% 0.28% -
HSV(B) 291.76º 0.96% 0.53% -
XYZ 11.97 5.74 23.77 -
YUV 53.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 118 5 136 0.13 0.96 0 0.47 291.76 0.93 0.28
Hex 76 5 88 D 60 0 2F 124 5D 1C
Octal 166 5 210 15 140 0 57 444 135 34
Binary 1110110 101 10001000 1101 1100000 0 101111 100100100 1011101 11100

Color Harmonies of #760588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760588

Black with #760588

Text Example


Text Example

White with #760588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760588; }

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

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

background-color css

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

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

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

border-color css

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

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

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