Html Css Color HEX #760873 Purple

📋 copy color: '#760873'

red 118 ◦ green 8 ◦ blue 115

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

Shades of Purple #760873

Tints of Purple #760873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

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

R = 48.96%
G = 3.32%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#760873 (or 0x760873) is known color: Purple. HEX triplet: 76, 08 and 73. RGB value is (118,8,115). Sum of RGB (Red+Green+Blue) = 118+8+115=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760873 is #89F78C. Grayscale: #343434. Windows color (decimal): -9041805 or 7538806. OLE color: 7538806.

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

Color convert

RGB 118 8 115 -
CMYK 0 0.93 0.03 0.54
HSL 301.64º 0.87% 0.25% -
HSV(B) 301.64º 0.93% 0.46% -
XYZ 10.65 5.26 16.67 -
YUV 53.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 118 8 115 0 0.93 0.03 0.54 301.64 0.87 0.25
Hex 76 8 73 0 5D 3 36 12E 57 19
Octal 166 10 163 0 135 3 66 456 127 31
Binary 1110110 1000 1110011 0 1011101 11 110110 100101110 1010111 11001

Color Harmonies of #760873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760873

Black with #760873

Text Example


Text Example

White with #760873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760873; }

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

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

background-color css

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

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

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

border-color css

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

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

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