Html Css Color HEX #760763 Purple

📋 copy color: '#760763'

red 118 ◦ green 7 ◦ blue 99

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

Shades of Purple #760763

Tints of Purple #760763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 52.68%
G = 3.13%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#760763 (or 0x760763) is known color: Purple. HEX triplet: 76, 07 and 63. RGB value is (118,7,99). Sum of RGB (Red+Green+Blue) = 118+7+99=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760763 is #89F89C. Grayscale: #323232. Windows color (decimal): -9042077 or 6489974. OLE color: 6489974.

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

Color convert

RGB 118 7 99 -
CMYK 0 0.94 0.16 0.54
HSL 310.27º 0.89% 0.25% -
HSV(B) 310.27º 0.94% 0.46% -
XYZ 9.8 4.9 12.23 -
YUV 50.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 118 7 99 0 0.94 0.16 0.54 310.27 0.89 0.25
Hex 76 7 63 0 5E 10 36 136 59 19
Octal 166 7 143 0 136 20 66 466 131 31
Binary 1110110 111 1100011 0 1011110 10000 110110 100110110 1011001 11001

Color Harmonies of #760763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760763

Black with #760763

Text Example


Text Example

White with #760763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760763; }

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

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

background-color css

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

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

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

border-color css

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

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

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