Html Css Color HEX #760888 Purple

📋 copy color: '#760888'

red 118 ◦ green 8 ◦ blue 136

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

Shades of Purple #760888

Tints of Purple #760888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

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

R = 45.04%
G = 3.05%
B = 51.91%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#760888 (or 0x760888) is known color: Purple. HEX triplet: 76, 08 and 88. RGB value is (118,8,136). Sum of RGB (Red+Green+Blue) = 118+8+136=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #760888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760888 is #89F777. Grayscale: #373737. Windows color (decimal): -9041784 or 8915062. OLE color: 8915062.

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

Color convert

RGB 118 8 136 -
CMYK 0.13 0.94 0 0.47
HSL 291.56º 0.89% 0.28% -
HSV(B) 291.56º 0.94% 0.53% -
XYZ 12 5.8 23.78 -
YUV 55.48 173.44 172.59 -
System Red Green Blue C M Y K H S L
Decimal 118 8 136 0.13 0.94 0 0.47 291.56 0.89 0.28
Hex 76 8 88 D 5E 0 2F 124 59 1C
Octal 166 10 210 15 136 0 57 444 131 34
Binary 1110110 1000 10001000 1101 1011110 0 101111 100100100 1011001 11100

Color Harmonies of #760888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760888

Black with #760888

Text Example


Text Example

White with #760888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760888; }

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

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

background-color css

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

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

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

border-color css

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

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

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