Html Css Color HEX #760D72 Purple

📋 copy color: '#760D72'

red 118 ◦ green 13 ◦ blue 114

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

Shades of Purple #760D72

Tints of Purple #760D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.31%

 BLUE value IS 114 (44.92% from 255) = 46.53%

R = 48.16%
G = 5.31%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#760D72 (or 0x760D72) is known color: Purple. HEX triplet: 76, 0D and 72. RGB value is (118,13,114). Sum of RGB (Red+Green+Blue) = 118+13+114=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #760D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D72 is #89F28D. Grayscale: #373737. Windows color (decimal): -9040526 or 7474550. OLE color: 7474550.

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

Color convert

RGB 118 13 114 -
CMYK 0 0.89 0.03 0.54
HSL 302.29º 0.8% 0.26% -
HSV(B) 302.29º 0.89% 0.46% -
XYZ 10.65 5.35 16.39 -
YUV 55.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 118 13 114 0 0.89 0.03 0.54 302.29 0.8 0.26
Hex 76 D 72 0 59 3 36 12E 50 1A
Octal 166 15 162 0 131 3 66 456 120 32
Binary 1110110 1101 1110010 0 1011001 11 110110 100101110 1010000 11010

Color Harmonies of #760D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D72

Black with #760D72

Text Example


Text Example

White with #760D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,13,114); }

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

background-color css

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

 a { background-color: rgb(118,13,114); }

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

border-color css

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

 span { border-color: rgb(118,13,114); }

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