Html Css Color HEX #760A6E Purple

📋 copy color: '#760A6E'

red 118 ◦ green 10 ◦ blue 110

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

Shades of Purple #760A6E

Tints of Purple #760A6E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 110 (43.36% from 255) = 46.22%

R = 49.58%
G = 4.2%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#760A6E (or 0x760A6E) is known color: Purple. HEX triplet: 76, 0A and 6E. RGB value is (118,10,110). Sum of RGB (Red+Green+Blue) = 118+10+110=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #760A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A6E is #89F591. Grayscale: #353535. Windows color (decimal): -9041298 or 7211638. OLE color: 7211638.

HSL color Cylindrical-coordinate representation of color #760A6E: hue angle of 304.44º degrees, saturation: 0.84, 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 #760A6E is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 10 110 -
CMYK 0 0.92 0.07 0.54
HSL 304.44º 0.84% 0.25% -
HSV(B) 304.44º 0.92% 0.46% -
XYZ 10.39 5.19 15.21 -
YUV 53.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 118 10 110 0 0.92 0.07 0.54 304.44 0.84 0.25
Hex 76 A 6E 0 5C 7 36 130 54 19
Octal 166 12 156 0 134 7 66 460 124 31
Binary 1110110 1010 1101110 0 1011100 111 110110 100110000 1010100 11001

Color Harmonies of #760A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A6E

Black with #760A6E

Text Example


Text Example

White with #760A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,10,110); }

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

background-color css

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

 a { background-color: rgb(118,10,110); }

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

border-color css

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

 span { border-color: rgb(118,10,110); }

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