Html Css Color HEX #761294 Purple

📋 copy color: '#761294'

red 118 ◦ green 18 ◦ blue 148

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

Shades of Purple #761294

Tints of Purple #761294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 41.55%
G = 6.34%
B = 52.11%

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

#761294 (or 0x761294) is known color: Purple. HEX triplet: 76, 12 and 94. RGB value is (118,18,148). Sum of RGB (Red+Green+Blue) = 118+18+148=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #761294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761294 is #89ED6B. Grayscale: #3E3E3E. Windows color (decimal): -9039212 or 9704054. OLE color: 9704054.

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

Color convert

RGB 118 18 148 -
CMYK 0.20 0.88 0 0.42
HSL 286.15º 0.78% 0.33% -
HSV(B) 286.15º 0.88% 0.58% -
XYZ 13.03 6.42 28.57 -
YUV 62.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 118 18 148 0.20 0.88 0 0.42 286.15 0.78 0.33
Hex 76 12 94 14 58 0 2A 11E 4E 21
Octal 166 22 224 24 130 0 52 436 116 41
Binary 1110110 10010 10010100 10100 1011000 0 101010 100011110 1001110 100001

Color Harmonies of #761294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761294

Black with #761294

Text Example


Text Example

White with #761294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761294; }

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

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

background-color css

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

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

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

border-color css

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

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

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