Html Css Color HEX #761595 Vivid Violet

📋 copy color: '#761595'

red 118 ◦ green 21 ◦ blue 149

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

Shades of Vivid Violet #761595

Tints of Vivid Violet #761595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.74%

R = 40.97%
G = 7.29%
B = 51.74%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761595 (or 0x761595) is known color: Vivid Violet. HEX triplet: 76, 15 and 95. RGB value is (118,21,149). Sum of RGB (Red+Green+Blue) = 118+21+149=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #761595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761595 is #89EA6A. Grayscale: #404040. Windows color (decimal): -9038443 or 9770358. OLE color: 9770358.

HSL color Cylindrical-coordinate representation of color #761595: hue angle of 285.47º 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 #761595 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 21 149 -
CMYK 0.21 0.86 0 0.42
HSL 285.47º 0.75% 0.33% -
HSV(B) 285.47º 0.86% 0.58% -
XYZ 13.16 6.56 29.01 -
YUV 64.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 118 21 149 0.21 0.86 0 0.42 285.47 0.75 0.33
Hex 76 15 95 15 56 0 2A 11D 4B 21
Octal 166 25 225 25 126 0 52 435 113 41
Binary 1110110 10101 10010101 10101 1010110 0 101010 100011101 1001011 100001

Color Harmonies of #761595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761595

Black with #761595

Text Example


Text Example

White with #761595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761595; }

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

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

background-color css

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

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

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

border-color css

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

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

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