Html Css Color HEX #762A9D Vivid Violet

📋 copy color: '#762A9D'

red 118 ◦ green 42 ◦ blue 157

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

Shades of Vivid Violet #762A9D

Tints of Vivid Violet #762A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.25%

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 37.22%
G = 13.25%
B = 49.53%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#762A9D (or 0x762A9D) is known color: Vivid Violet. HEX triplet: 76, 2A and 9D. RGB value is (118,42,157). Sum of RGB (Red+Green+Blue) = 118+42+157=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #762A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762A9D is #89D562. Grayscale: #4D4D4D. Windows color (decimal): -9033059 or 10300022. OLE color: 10300022.

HSL color Cylindrical-coordinate representation of color #762A9D: hue angle of 279.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762A9D is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 42 157 -
CMYK 0.25 0.73 0 0.38
HSL 279.65º 0.58% 0.39% -
HSV(B) 279.65º 0.73% 0.62% -
XYZ 14.38 7.94 32.67 -
YUV 77.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 118 42 157 0.25 0.73 0 0.38 279.65 0.58 0.39
Hex 76 2A 9D 19 49 0 26 118 3A 27
Octal 166 52 235 31 111 0 46 430 72 47
Binary 1110110 101010 10011101 11001 1001001 0 100110 100011000 111010 100111

Color Harmonies of #762A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A9D

Black with #762A9D

Text Example


Text Example

White with #762A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,42,157); }

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

background-color css

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

 a { background-color: rgb(118,42,157); }

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

border-color css

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

 span { border-color: rgb(118,42,157); }

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