Html Css Color HEX #760272 Purple

📋 copy color: '#760272'

red 118 ◦ green 2 ◦ blue 114

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

Shades of Purple #760272

Tints of Purple #760272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 50.43%
G = 0.85%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#760272 (or 0x760272) is known color: Purple. HEX triplet: 76, 02 and 72. RGB value is (118,2,114). Sum of RGB (Red+Green+Blue) = 118+2+114=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #760272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760272 is #89FD8D. Grayscale: #313131. Windows color (decimal): -9043342 or 7471734. OLE color: 7471734.

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

Color convert

RGB 118 2 114 -
CMYK 0 0.98 0.03 0.54
HSL 302.07º 0.97% 0.24% -
HSV(B) 302.07º 0.98% 0.46% -
XYZ 10.53 5.11 16.35 -
YUV 49.45 164.43 176.89 -
System Red Green Blue C M Y K H S L
Decimal 118 2 114 0 0.98 0.03 0.54 302.07 0.97 0.24
Hex 76 2 72 0 62 3 36 12E 61 18
Octal 166 2 162 0 142 3 66 456 141 30
Binary 1110110 10 1110010 0 1100010 11 110110 100101110 1100001 11000

Color Harmonies of #760272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760272

Black with #760272

Text Example


Text Example

White with #760272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760272; }

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

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

background-color css

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

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

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

border-color css

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

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

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