Html Css Color HEX #760188 Purple

📋 copy color: '#760188'

red 118 ◦ green 1 ◦ blue 136

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

Shades of Purple #760188

Tints of Purple #760188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 46.27%
G = 0.39%
B = 53.33%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#760188 (or 0x760188) is known color: Purple. HEX triplet: 76, 01 and 88. RGB value is (118,1,136). Sum of RGB (Red+Green+Blue) = 118+1+136=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #760188 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760188 is #89FE77. Grayscale: #323232. Windows color (decimal): -9043576 or 8913270. OLE color: 8913270.

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

Color convert

RGB 118 1 136 -
CMYK 0.13 0.99 0 0.47
HSL 292º 0.99% 0.27% -
HSV(B) 292º 0.99% 0.53% -
XYZ 11.93 5.65 23.75 -
YUV 51.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 118 1 136 0.13 0.99 0 0.47 292 0.99 0.27
Hex 76 1 88 D 63 0 2F 124 63 1B
Octal 166 1 210 15 143 0 57 444 143 33
Binary 1110110 1 10001000 1101 1100011 0 101111 100100100 1100011 11011

Color Harmonies of #760188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760188

Black with #760188

Text Example


Text Example

White with #760188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760188; }

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

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

background-color css

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

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

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

border-color css

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

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

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