Html Css Color HEX #760163 Purple

📋 copy color: '#760163'

red 118 ◦ green 1 ◦ blue 99

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

Shades of Purple #760163

Tints of Purple #760163

RGB

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

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

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

R = 54.13%
G = 0.46%
B = 45.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#760163 (or 0x760163) is known color: Purple. HEX triplet: 76, 01 and 63. RGB value is (118,1,99). Sum of RGB (Red+Green+Blue) = 118+1+99=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #760163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760163 is #89FE9C. Grayscale: #2E2E2E. Windows color (decimal): -9043613 or 6488438. OLE color: 6488438.

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

Color convert

RGB 118 1 99 -
CMYK 0 0.99 0.16 0.54
HSL 309.74º 0.98% 0.23% -
HSV(B) 309.74º 0.99% 0.46% -
XYZ 9.73 4.77 12.21 -
YUV 47.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 118 1 99 0 0.99 0.16 0.54 309.74 0.98 0.23
Hex 76 1 63 0 63 10 36 136 62 17
Octal 166 1 143 0 143 20 66 466 142 27
Binary 1110110 1 1100011 0 1100011 10000 110110 100110110 1100010 10111

Color Harmonies of #760163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760163

Black with #760163

Text Example


Text Example

White with #760163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760163; }

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

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

background-color css

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

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

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

border-color css

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

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

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