Html Css Color HEX #762195 Vivid Violet

📋 copy color: '#762195'

red 118 ◦ green 33 ◦ blue 149

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

Shades of Vivid Violet #762195

Tints of Vivid Violet #762195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11%

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

R = 39.33%
G = 11%
B = 49.67%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762195 (or 0x762195) is known color: Vivid Violet. HEX triplet: 76, 21 and 95. RGB value is (118,33,149). Sum of RGB (Red+Green+Blue) = 118+33+149=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #762195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762195 is #89DE6A. Grayscale: #474747. Windows color (decimal): -9035371 or 9773430. OLE color: 9773430.

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

Color convert

RGB 118 33 149 -
CMYK 0.21 0.78 0 0.42
HSL 283.97º 0.64% 0.36% -
HSV(B) 283.97º 0.78% 0.58% -
XYZ 13.44 7.11 29.1 -
YUV 71.64 171.66 161.07 -
System Red Green Blue C M Y K H S L
Decimal 118 33 149 0.21 0.78 0 0.42 283.97 0.64 0.36
Hex 76 21 95 15 4E 0 2A 11C 40 24
Octal 166 41 225 25 116 0 52 434 100 44
Binary 1110110 100001 10010101 10101 1001110 0 101010 100011100 1000000 100100

Color Harmonies of #762195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762195

Black with #762195

Text Example


Text Example

White with #762195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762195; }

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

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

background-color css

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

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

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

border-color css

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

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

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