Html Css Color HEX #761192 Purple

📋 copy color: '#761192'

red 118 ◦ green 17 ◦ blue 146

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

Shades of Purple #761192

Tints of Purple #761192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 41.99%
G = 6.05%
B = 51.96%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#761192 (or 0x761192) is known color: Purple. HEX triplet: 76, 11 and 92. RGB value is (118,17,146). Sum of RGB (Red+Green+Blue) = 118+17+146=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #761192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761192 is #89EE6D. Grayscale: #3D3D3D. Windows color (decimal): -9039470 or 9572726. OLE color: 9572726.

HSL color Cylindrical-coordinate representation of color #761192: hue angle of 286.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761192 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 17 146 -
CMYK 0.19 0.88 0 0.43
HSL 286.98º 0.79% 0.32% -
HSV(B) 286.98º 0.88% 0.57% -
XYZ 12.86 6.33 27.74 -
YUV 61.91 175.46 168.01 -
System Red Green Blue C M Y K H S L
Decimal 118 17 146 0.19 0.88 0 0.43 286.98 0.79 0.32
Hex 76 11 92 13 58 0 2B 11F 4F 20
Octal 166 21 222 23 130 0 53 437 117 40
Binary 1110110 10001 10010010 10011 1011000 0 101011 100011111 1001111 100000

Color Harmonies of #761192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761192

Black with #761192

Text Example


Text Example

White with #761192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761192; }

 p { color: rgb(118,17,146); }

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

background-color css

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

 a { background-color: rgb(118,17,146); }

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

border-color css

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

 span { border-color: rgb(118,17,146); }

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