Html Css Color HEX #760F73 Purple

📋 copy color: '#760F73'

red 118 ◦ green 15 ◦ blue 115

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

Shades of Purple #760F73

Tints of Purple #760F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

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

R = 47.58%
G = 6.05%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#760F73 (or 0x760F73) is known color: Purple. HEX triplet: 76, 0F and 73. RGB value is (118,15,115). Sum of RGB (Red+Green+Blue) = 118+15+115=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #760F73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760F73 is #89F08C. Grayscale: #383838. Windows color (decimal): -9040013 or 7540598. OLE color: 7540598.

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

Color convert

RGB 118 15 115 -
CMYK 0 0.87 0.03 0.54
HSL 301.75º 0.77% 0.26% -
HSV(B) 301.75º 0.87% 0.46% -
XYZ 10.74 5.43 16.7 -
YUV 57.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 118 15 115 0 0.87 0.03 0.54 301.75 0.77 0.26
Hex 76 F 73 0 57 3 36 12E 4D 1A
Octal 166 17 163 0 127 3 66 456 115 32
Binary 1110110 1111 1110011 0 1010111 11 110110 100101110 1001101 11010

Color Harmonies of #760F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F73

Black with #760F73

Text Example


Text Example

White with #760F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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