Html Css Color HEX #760973 Purple

📋 copy color: '#760973'

red 118 ◦ green 9 ◦ blue 115

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

Shades of Purple #760973

Tints of Purple #760973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 48.76%
G = 3.72%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#760973 (or 0x760973) is known color: Purple. HEX triplet: 76, 09 and 73. RGB value is (118,9,115). Sum of RGB (Red+Green+Blue) = 118+9+115=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #760973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760973 is #89F68C. Grayscale: #353535. Windows color (decimal): -9041549 or 7539062. OLE color: 7539062.

HSL color Cylindrical-coordinate representation of color #760973: hue angle of 301.65º 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 #760973 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 115 -
CMYK 0 0.92 0.03 0.54
HSL 301.65º 0.86% 0.25% -
HSV(B) 301.65º 0.92% 0.46% -
XYZ 10.66 5.28 16.68 -
YUV 53.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 118 9 115 0 0.92 0.03 0.54 301.65 0.86 0.25
Hex 76 9 73 0 5C 3 36 12E 56 19
Octal 166 11 163 0 134 3 66 456 126 31
Binary 1110110 1001 1110011 0 1011100 11 110110 100101110 1010110 11001

Color Harmonies of #760973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760973

Black with #760973

Text Example


Text Example

White with #760973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760973; }

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

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

background-color css

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

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

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

border-color css

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

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

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