Html Css Color HEX #760672 Purple

📋 copy color: '#760672'

red 118 ◦ green 6 ◦ blue 114

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

Shades of Purple #760672

Tints of Purple #760672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 49.58%
G = 2.52%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#760672 (or 0x760672) is known color: Purple. HEX triplet: 76, 06 and 72. RGB value is (118,6,114). Sum of RGB (Red+Green+Blue) = 118+6+114=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #760672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760672 is #89F98D. Grayscale: #333333. Windows color (decimal): -9042318 or 7472758. OLE color: 7472758.

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

Color convert

RGB 118 6 114 -
CMYK 0 0.95 0.03 0.54
HSL 302.14º 0.9% 0.24% -
HSV(B) 302.14º 0.95% 0.46% -
XYZ 10.57 5.2 16.37 -
YUV 51.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 118 6 114 0 0.95 0.03 0.54 302.14 0.9 0.24
Hex 76 6 72 0 5F 3 36 12E 5A 18
Octal 166 6 162 0 137 3 66 456 132 30
Binary 1110110 110 1110010 0 1011111 11 110110 100101110 1011010 11000

Color Harmonies of #760672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760672

Black with #760672

Text Example


Text Example

White with #760672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760672; }

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

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

background-color css

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

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

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

border-color css

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

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

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