Html Css Color HEX #761594 Vivid Violet

📋 copy color: '#761594'

red 118 ◦ green 21 ◦ blue 148

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

Shades of Vivid Violet #761594

Tints of Vivid Violet #761594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 41.11%
G = 7.32%
B = 51.57%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761594 (or 0x761594) is known color: Vivid Violet. HEX triplet: 76, 15 and 94. RGB value is (118,21,148). Sum of RGB (Red+Green+Blue) = 118+21+148=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #761594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761594 is #89EA6B. Grayscale: #404040. Windows color (decimal): -9038444 or 9704822. OLE color: 9704822.

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

Color convert

RGB 118 21 148 -
CMYK 0.20 0.86 0 0.42
HSL 285.83º 0.75% 0.33% -
HSV(B) 285.83º 0.86% 0.58% -
XYZ 13.08 6.53 28.59 -
YUV 64.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 118 21 148 0.20 0.86 0 0.42 285.83 0.75 0.33
Hex 76 15 94 14 56 0 2A 11E 4B 21
Octal 166 25 224 24 126 0 52 436 113 41
Binary 1110110 10101 10010100 10100 1010110 0 101010 100011110 1001011 100001

Color Harmonies of #761594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761594

Black with #761594

Text Example


Text Example

White with #761594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761594; }

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

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

background-color css

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

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

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

border-color css

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

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

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