Html Css Color HEX #760263 Purple

📋 copy color: '#760263'

red 118 ◦ green 2 ◦ blue 99

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

Shades of Purple #760263

Tints of Purple #760263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 45.21%

R = 53.88%
G = 0.91%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#760263 (or 0x760263) is known color: Purple. HEX triplet: 76, 02 and 63. RGB value is (118,2,99). Sum of RGB (Red+Green+Blue) = 118+2+99=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #760263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760263 is #89FD9C. Grayscale: #2F2F2F. Windows color (decimal): -9043357 or 6488694. OLE color: 6488694.

HSL color Cylindrical-coordinate representation of color #760263: hue angle of 309.83º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760263 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 99 -
CMYK 0 0.98 0.16 0.54
HSL 309.83º 0.97% 0.24% -
HSV(B) 309.83º 0.98% 0.46% -
XYZ 9.75 4.8 12.22 -
YUV 47.74 156.93 178.11 -
System Red Green Blue C M Y K H S L
Decimal 118 2 99 0 0.98 0.16 0.54 309.83 0.97 0.24
Hex 76 2 63 0 62 10 36 136 61 18
Octal 166 2 143 0 142 20 66 466 141 30
Binary 1110110 10 1100011 0 1100010 10000 110110 100110110 1100001 11000

Color Harmonies of #760263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760263

Black with #760263

Text Example


Text Example

White with #760263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760263; }

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

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

background-color css

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

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

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

border-color css

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

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

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