Html Css Color HEX #760387 Purple

📋 copy color: '#760387'

red 118 ◦ green 3 ◦ blue 135

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

Shades of Purple #760387

Tints of Purple #760387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 46.09%
G = 1.17%
B = 52.73%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#760387 (or 0x760387) is known color: Purple. HEX triplet: 76, 03 and 87. RGB value is (118,3,135). Sum of RGB (Red+Green+Blue) = 118+3+135=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #760387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760387 is #89FC78. Grayscale: #343434. Windows color (decimal): -9043065 or 8848246. OLE color: 8848246.

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

Color convert

RGB 118 3 135 -
CMYK 0.13 0.98 0 0.47
HSL 292.27º 0.96% 0.27% -
HSV(B) 292.27º 0.98% 0.53% -
XYZ 11.88 5.67 23.39 -
YUV 52.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 118 3 135 0.13 0.98 0 0.47 292.27 0.96 0.27
Hex 76 3 87 D 62 0 2F 124 60 1B
Octal 166 3 207 15 142 0 57 444 140 33
Binary 1110110 11 10000111 1101 1100010 0 101111 100100100 1100000 11011

Color Harmonies of #760387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760387

Black with #760387

Text Example


Text Example

White with #760387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760387; }

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

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

background-color css

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

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

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

border-color css

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

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

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