Html Css Color HEX #762D99 Vivid Violet

📋 copy color: '#762D99'

red 118 ◦ green 45 ◦ blue 153

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

Shades of Vivid Violet #762D99

Tints of Vivid Violet #762D99

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 153 (60.16% from 255) = 48.42%

R = 37.34%
G = 14.24%
B = 48.42%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#762D99 (or 0x762D99) is known color: Vivid Violet. HEX triplet: 76, 2D and 99. RGB value is (118,45,153). Sum of RGB (Red+Green+Blue) = 118+45+153=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #762D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762D99 is #89D266. Grayscale: #4E4E4E. Windows color (decimal): -9032295 or 10038646. OLE color: 10038646.

HSL color Cylindrical-coordinate representation of color #762D99: hue angle of 280.56º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762D99 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 45 153 -
CMYK 0.23 0.71 0 0.4
HSL 280.56º 0.55% 0.39% -
HSV(B) 280.56º 0.71% 0.6% -
XYZ 14.16 8.03 30.94 -
YUV 79.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 118 45 153 0.23 0.71 0 0.4 280.56 0.55 0.39
Hex 76 2D 99 17 47 0 28 119 37 27
Octal 166 55 231 27 107 0 50 431 67 47
Binary 1110110 101101 10011001 10111 1000111 0 101000 100011001 110111 100111

Color Harmonies of #762D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D99

Black with #762D99

Text Example


Text Example

White with #762D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,45,153); }

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

background-color css

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

 a { background-color: rgb(118,45,153); }

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

border-color css

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

 span { border-color: rgb(118,45,153); }

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