Html Css Color HEX #761492 Purple

📋 copy color: '#761492'

red 118 ◦ green 20 ◦ blue 146

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

Shades of Purple #761492

Tints of Purple #761492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

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

R = 41.55%
G = 7.04%
B = 51.41%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#761492 (or 0x761492) is known color: Purple. HEX triplet: 76, 14 and 92. RGB value is (118,20,146). Sum of RGB (Red+Green+Blue) = 118+20+146=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #761492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761492 is #89EB6D. Grayscale: #3F3F3F. Windows color (decimal): -9038702 or 9573494. OLE color: 9573494.

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

Color convert

RGB 118 20 146 -
CMYK 0.19 0.86 0 0.43
HSL 286.67º 0.76% 0.33% -
HSV(B) 286.67º 0.86% 0.57% -
XYZ 12.91 6.43 27.75 -
YUV 63.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 118 20 146 0.19 0.86 0 0.43 286.67 0.76 0.33
Hex 76 14 92 13 56 0 2B 11F 4C 21
Octal 166 24 222 23 126 0 53 437 114 41
Binary 1110110 10100 10010010 10011 1010110 0 101011 100011111 1001100 100001

Color Harmonies of #761492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761492

Black with #761492

Text Example


Text Example

White with #761492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761492; }

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

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

background-color css

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

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

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

border-color css

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

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

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