Html Css Color HEX #761293 Purple

📋 copy color: '#761293'

red 118 ◦ green 18 ◦ blue 147

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

Shades of Purple #761293

Tints of Purple #761293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 41.7%
G = 6.36%
B = 51.94%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761293 (or 0x761293) is known color: Purple. HEX triplet: 76, 12 and 93. RGB value is (118,18,147). Sum of RGB (Red+Green+Blue) = 118+18+147=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #761293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761293 is #89ED6C. Grayscale: #3E3E3E. Windows color (decimal): -9039213 or 9638518. OLE color: 9638518.

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

Color convert

RGB 118 18 147 -
CMYK 0.20 0.88 0 0.42
HSL 286.51º 0.78% 0.32% -
HSV(B) 286.51º 0.88% 0.58% -
XYZ 12.95 6.39 28.15 -
YUV 62.61 175.63 167.51 -
System Red Green Blue C M Y K H S L
Decimal 118 18 147 0.20 0.88 0 0.42 286.51 0.78 0.32
Hex 76 12 93 14 58 0 2A 11F 4E 20
Octal 166 22 223 24 130 0 52 437 116 40
Binary 1110110 10010 10010011 10100 1011000 0 101010 100011111 1001110 100000

Color Harmonies of #761293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761293

Black with #761293

Text Example


Text Example

White with #761293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761293; }

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

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

background-color css

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

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

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

border-color css

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

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

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