Html Css Color HEX #763095 Vivid Violet

📋 copy color: '#763095'

red 118 ◦ green 48 ◦ blue 149

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

Shades of Vivid Violet #763095

Tints of Vivid Violet #763095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.24%

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

R = 37.46%
G = 15.24%
B = 47.3%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#763095 (or 0x763095) is known color: Vivid Violet. HEX triplet: 76, 30 and 95. RGB value is (118,48,149). Sum of RGB (Red+Green+Blue) = 118+48+149=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #763095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763095 is #89CF6A. Grayscale: #505050. Windows color (decimal): -9031531 or 9777270. OLE color: 9777270.

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

Color convert

RGB 118 48 149 -
CMYK 0.21 0.68 0 0.42
HSL 281.58º 0.51% 0.39% -
HSV(B) 281.58º 0.68% 0.58% -
XYZ 13.95 8.14 29.27 -
YUV 80.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 118 48 149 0.21 0.68 0 0.42 281.58 0.51 0.39
Hex 76 30 95 15 44 0 2A 11A 33 27
Octal 166 60 225 25 104 0 52 432 63 47
Binary 1110110 110000 10010101 10101 1000100 0 101010 100011010 110011 100111

Color Harmonies of #763095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763095

Black with #763095

Text Example


Text Example

White with #763095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763095; }

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

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

background-color css

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

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

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

border-color css

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

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

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