Html Css Color HEX #762E95 Vivid Violet

📋 copy color: '#762E95'

red 118 ◦ green 46 ◦ blue 149

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

Shades of Vivid Violet #762E95

Tints of Vivid Violet #762E95

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.7%

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

R = 37.7%
G = 14.7%
B = 47.6%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762E95 (or 0x762E95) is known color: Vivid Violet. HEX triplet: 76, 2E and 95. RGB value is (118,46,149). Sum of RGB (Red+Green+Blue) = 118+46+149=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #762E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762E95 is #89D16A. Grayscale: #4E4E4E. Windows color (decimal): -9032043 or 9776758. OLE color: 9776758.

HSL color Cylindrical-coordinate representation of color #762E95: hue angle of 281.94º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762E95 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 46 149 -
CMYK 0.21 0.69 0 0.42
HSL 281.94º 0.53% 0.38% -
HSV(B) 281.94º 0.69% 0.58% -
XYZ 13.87 7.98 29.24 -
YUV 79.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 118 46 149 0.21 0.69 0 0.42 281.94 0.53 0.38
Hex 76 2E 95 15 45 0 2A 11A 35 26
Octal 166 56 225 25 105 0 52 432 65 46
Binary 1110110 101110 10010101 10101 1000101 0 101010 100011010 110101 100110

Color Harmonies of #762E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E95

Black with #762E95

Text Example


Text Example

White with #762E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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