Html Css Color HEX #760E93 Purple

📋 copy color: '#760E93'

red 118 ◦ green 14 ◦ blue 147

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

Shades of Purple #760E93

Tints of Purple #760E93

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.02%

 BLUE value IS 147 (57.81% from 255) = 52.69%

R = 42.29%
G = 5.02%
B = 52.69%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#760E93 (or 0x760E93) is known color: Purple. HEX triplet: 76, 0E and 93. RGB value is (118,14,147). Sum of RGB (Red+Green+Blue) = 118+14+147=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #760E93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760E93 is #89F16C. Grayscale: #3B3B3B. Windows color (decimal): -9040237 or 9637494. OLE color: 9637494.

HSL color Cylindrical-coordinate representation of color #760E93: hue angle of 286.92º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760E93 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 14 147 -
CMYK 0.20 0.90 0 0.42
HSL 286.92º 0.83% 0.32% -
HSV(B) 286.92º 0.9% 0.58% -
XYZ 12.89 6.27 28.13 -
YUV 60.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 118 14 147 0.20 0.90 0 0.42 286.92 0.83 0.32
Hex 76 E 93 14 5A 0 2A 11F 53 20
Octal 166 16 223 24 132 0 52 437 123 40
Binary 1110110 1110 10010011 10100 1011010 0 101010 100011111 1010011 100000

Color Harmonies of #760E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E93

Black with #760E93

Text Example


Text Example

White with #760E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,14,147); }

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

background-color css

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

 a { background-color: rgb(118,14,147); }

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

border-color css

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

 span { border-color: rgb(118,14,147); }

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