Html Css Color HEX #761895 Vivid Violet

📋 copy color: '#761895'

red 118 ◦ green 24 ◦ blue 149

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

Shades of Vivid Violet #761895

Tints of Vivid Violet #761895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

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

R = 40.55%
G = 8.25%
B = 51.2%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#761895 (or 0x761895) is known color: Vivid Violet. HEX triplet: 76, 18 and 95. RGB value is (118,24,149). Sum of RGB (Red+Green+Blue) = 118+24+149=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #761895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761895 is #89E76A. Grayscale: #414141. Windows color (decimal): -9037675 or 9771126. OLE color: 9771126.

HSL color Cylindrical-coordinate representation of color #761895: hue angle of 285.12º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761895 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 24 149 -
CMYK 0.21 0.84 0 0.42
HSL 285.12º 0.72% 0.34% -
HSV(B) 285.12º 0.84% 0.58% -
XYZ 13.22 6.67 29.03 -
YUV 66.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 118 24 149 0.21 0.84 0 0.42 285.12 0.72 0.34
Hex 76 18 95 15 54 0 2A 11D 48 22
Octal 166 30 225 25 124 0 52 435 110 42
Binary 1110110 11000 10010101 10101 1010100 0 101010 100011101 1001000 100010

Color Harmonies of #761895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761895

Black with #761895

Text Example


Text Example

White with #761895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761895; }

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

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

background-color css

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

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

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

border-color css

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

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

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