Html Css Color HEX #763395 Vivid Violet

📋 copy color: '#763395'

red 118 ◦ green 51 ◦ blue 149

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

Shades of Vivid Violet #763395

Tints of Vivid Violet #763395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

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

R = 37.11%
G = 16.04%
B = 46.86%

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

#763395 (or 0x763395) is known color: Vivid Violet. HEX triplet: 76, 33 and 95. RGB value is (118,51,149). Sum of RGB (Red+Green+Blue) = 118+51+149=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #763395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763395 is #89CC6A. Grayscale: #515151. Windows color (decimal): -9030763 or 9778038. OLE color: 9778038.

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

Color convert

RGB 118 51 149 -
CMYK 0.21 0.66 0 0.42
HSL 281.02º 0.49% 0.39% -
HSV(B) 281.02º 0.66% 0.58% -
XYZ 14.08 8.39 29.31 -
YUV 82.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 118 51 149 0.21 0.66 0 0.42 281.02 0.49 0.39
Hex 76 33 95 15 42 0 2A 119 31 27
Octal 166 63 225 25 102 0 52 431 61 47
Binary 1110110 110011 10010101 10101 1000010 0 101010 100011001 110001 100111

Color Harmonies of #763395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763395

Black with #763395

Text Example


Text Example

White with #763395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763395; }

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

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

background-color css

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

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

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

border-color css

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

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

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