Html Css Color HEX #762C95 Vivid Violet

📋 copy color: '#762C95'

red 118 ◦ green 44 ◦ blue 149

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

Shades of Vivid Violet #762C95

Tints of Vivid Violet #762C95

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.15%

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

R = 37.94%
G = 14.15%
B = 47.91%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#762C95 (or 0x762C95) is known color: Vivid Violet. HEX triplet: 76, 2C and 95. RGB value is (118,44,149). Sum of RGB (Red+Green+Blue) = 118+44+149=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #762C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762C95 is #89D36A. Grayscale: #4D4D4D. Windows color (decimal): -9032555 or 9776246. OLE color: 9776246.

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

Color convert

RGB 118 44 149 -
CMYK 0.21 0.70 0 0.42
HSL 282.29º 0.54% 0.38% -
HSV(B) 282.29º 0.7% 0.58% -
XYZ 13.8 7.82 29.22 -
YUV 78.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 118 44 149 0.21 0.70 0 0.42 282.29 0.54 0.38
Hex 76 2C 95 15 46 0 2A 11A 36 26
Octal 166 54 225 25 106 0 52 432 66 46
Binary 1110110 101100 10010101 10101 1000110 0 101010 100011010 110110 100110

Color Harmonies of #762C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C95

Black with #762C95

Text Example


Text Example

White with #762C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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