Html Css Color HEX #760972 Purple

📋 copy color: '#760972'

red 118 ◦ green 9 ◦ blue 114

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

Shades of Purple #760972

Tints of Purple #760972

RGB

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

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

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

R = 48.96%
G = 3.73%
B = 47.3%

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

#760972 (or 0x760972) is known color: Purple. HEX triplet: 76, 09 and 72. RGB value is (118,9,114). Sum of RGB (Red+Green+Blue) = 118+9+114=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #760972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760972 is #89F68D. Grayscale: #353535. Windows color (decimal): -9041550 or 7473526. OLE color: 7473526.

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

Color convert

RGB 118 9 114 -
CMYK 0 0.92 0.03 0.54
HSL 302.2º 0.86% 0.25% -
HSV(B) 302.2º 0.92% 0.46% -
XYZ 10.61 5.26 16.38 -
YUV 53.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 118 9 114 0 0.92 0.03 0.54 302.2 0.86 0.25
Hex 76 9 72 0 5C 3 36 12E 56 19
Octal 166 11 162 0 134 3 66 456 126 31
Binary 1110110 1001 1110010 0 1011100 11 110110 100101110 1010110 11001

Color Harmonies of #760972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760972

Black with #760972

Text Example


Text Example

White with #760972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760972; }

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

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

background-color css

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

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

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

border-color css

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

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

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