Html Css Color HEX #761393 Purple

📋 copy color: '#761393'

red 118 ◦ green 19 ◦ blue 147

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

Shades of Purple #761393

Tints of Purple #761393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

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

R = 41.55%
G = 6.69%
B = 51.76%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761393 (or 0x761393) is known color: Purple. HEX triplet: 76, 13 and 93. RGB value is (118,19,147). Sum of RGB (Red+Green+Blue) = 118+19+147=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #761393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761393 is #89EC6C. Grayscale: #3E3E3E. Windows color (decimal): -9038957 or 9638774. OLE color: 9638774.

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

Color convert

RGB 118 19 147 -
CMYK 0.20 0.87 0 0.42
HSL 286.41º 0.77% 0.33% -
HSV(B) 286.41º 0.87% 0.58% -
XYZ 12.97 6.42 28.16 -
YUV 63.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 118 19 147 0.20 0.87 0 0.42 286.41 0.77 0.33
Hex 76 13 93 14 57 0 2A 11E 4D 21
Octal 166 23 223 24 127 0 52 436 115 41
Binary 1110110 10011 10010011 10100 1010111 0 101010 100011110 1001101 100001

Color Harmonies of #761393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761393

Black with #761393

Text Example


Text Example

White with #761393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761393; }

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

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

background-color css

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

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

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

border-color css

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

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

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