Html Css Color HEX #760287 Purple

📋 copy color: '#760287'

red 118 ◦ green 2 ◦ blue 135

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

Shades of Purple #760287

Tints of Purple #760287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 46.27%
G = 0.78%
B = 52.94%

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

#760287 (or 0x760287) is known color: Purple. HEX triplet: 76, 02 and 87. RGB value is (118,2,135). Sum of RGB (Red+Green+Blue) = 118+2+135=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #760287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760287 is #89FD78. Grayscale: #333333. Windows color (decimal): -9043321 or 8847990. OLE color: 8847990.

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

Color convert

RGB 118 2 135 -
CMYK 0.13 0.99 0 0.47
HSL 292.33º 0.97% 0.27% -
HSV(B) 292.33º 0.99% 0.53% -
XYZ 11.87 5.64 23.39 -
YUV 51.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 118 2 135 0.13 0.99 0 0.47 292.33 0.97 0.27
Hex 76 2 87 D 63 0 2F 124 61 1B
Octal 166 2 207 15 143 0 57 444 141 33
Binary 1110110 10 10000111 1101 1100011 0 101111 100100100 1100001 11011

Color Harmonies of #760287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760287

Black with #760287

Text Example


Text Example

White with #760287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760287; }

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

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

background-color css

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

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

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

border-color css

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

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

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