Html Css Color HEX #763295 Vivid Violet

📋 copy color: '#763295'

red 118 ◦ green 50 ◦ blue 149

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

Shades of Vivid Violet #763295

Tints of Vivid Violet #763295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 37.22%
G = 15.77%
B = 47%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#763295 (or 0x763295) is known color: Vivid Violet. HEX triplet: 76, 32 and 95. RGB value is (118,50,149). Sum of RGB (Red+Green+Blue) = 118+50+149=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #763295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763295 is #89CD6A. Grayscale: #515151. Windows color (decimal): -9031019 or 9777782. OLE color: 9777782.

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

Color convert

RGB 118 50 149 -
CMYK 0.21 0.66 0 0.42
HSL 281.21º 0.5% 0.39% -
HSV(B) 281.21º 0.66% 0.58% -
XYZ 14.04 8.3 29.3 -
YUV 81.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 118 50 149 0.21 0.66 0 0.42 281.21 0.5 0.39
Hex 76 32 95 15 42 0 2A 119 32 27
Octal 166 62 225 25 102 0 52 431 62 47
Binary 1110110 110010 10010101 10101 1000010 0 101010 100011001 110010 100111

Color Harmonies of #763295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763295

Black with #763295

Text Example


Text Example

White with #763295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763295; }

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

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

background-color css

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

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

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

border-color css

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

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

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