Html Css Color HEX #760187 Purple

📋 copy color: '#760187'

red 118 ◦ green 1 ◦ blue 135

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

Shades of Purple #760187

Tints of Purple #760187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 53.15%

R = 46.46%
G = 0.39%
B = 53.15%

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

#760187 (or 0x760187) is known color: Purple. HEX triplet: 76, 01 and 87. RGB value is (118,1,135). Sum of RGB (Red+Green+Blue) = 118+1+135=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #760187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760187 is #89FE78. Grayscale: #323232. Windows color (decimal): -9043577 or 8847734. OLE color: 8847734.

HSL color Cylindrical-coordinate representation of color #760187: hue angle of 292.39º 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 #760187 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 1 135 -
CMYK 0.13 0.99 0 0.47
HSL 292.39º 0.99% 0.27% -
HSV(B) 292.39º 0.99% 0.53% -
XYZ 11.86 5.62 23.38 -
YUV 51.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 118 1 135 0.13 0.99 0 0.47 292.39 0.99 0.27
Hex 76 1 87 D 63 0 2F 124 63 1B
Octal 166 1 207 15 143 0 57 444 143 33
Binary 1110110 1 10000111 1101 1100011 0 101111 100100100 1100011 11011

Color Harmonies of #760187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760187

Black with #760187

Text Example


Text Example

White with #760187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760187; }

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

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

background-color css

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

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

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

border-color css

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

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

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