Html Css Color HEX #760966 Purple

📋 copy color: '#760966'

red 118 ◦ green 9 ◦ blue 102

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

Shades of Purple #760966

Tints of Purple #760966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.93%

 BLUE value IS 102 (40.23% from 255) = 44.54%

R = 51.53%
G = 3.93%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#760966 (or 0x760966) is known color: Purple. HEX triplet: 76, 09 and 66. RGB value is (118,9,102). Sum of RGB (Red+Green+Blue) = 118+9+102=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #760966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760966 is #89F699. Grayscale: #333333. Windows color (decimal): -9041562 or 6687094. OLE color: 6687094.

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

Color convert

RGB 118 9 102 -
CMYK 0 0.92 0.14 0.54
HSL 308.81º 0.86% 0.25% -
HSV(B) 308.81º 0.92% 0.46% -
XYZ 9.97 5.01 13.01 -
YUV 52.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 118 9 102 0 0.92 0.14 0.54 308.81 0.86 0.25
Hex 76 9 66 0 5C E 36 135 56 19
Octal 166 11 146 0 134 16 66 465 126 31
Binary 1110110 1001 1100110 0 1011100 1110 110110 100110101 1010110 11001

Color Harmonies of #760966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760966

Black with #760966

Text Example


Text Example

White with #760966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760966; }

 p { color: rgb(118,9,102); }

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

background-color css

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

 a { background-color: rgb(118,9,102); }

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

border-color css

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

 span { border-color: rgb(118,9,102); }

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