Html Css Color HEX #763996 Vivid Violet

📋 copy color: '#763996'

red 118 ◦ green 57 ◦ blue 150

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

Shades of Vivid Violet #763996

Tints of Vivid Violet #763996

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 36.31%
G = 17.54%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#763996 (or 0x763996) is known color: Vivid Violet. HEX triplet: 76, 39 and 96. RGB value is (118,57,150). Sum of RGB (Red+Green+Blue) = 118+57+150=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #763996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763996 is #89C669. Grayscale: #555555. Windows color (decimal): -9029226 or 9845110. OLE color: 9845110.

HSL color Cylindrical-coordinate representation of color #763996: hue angle of 279.35º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763996 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 57 150 -
CMYK 0.21 0.62 0 0.41
HSL 279.35º 0.45% 0.41% -
HSV(B) 279.35º 0.62% 0.59% -
XYZ 14.44 8.98 29.83 -
YUV 85.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 118 57 150 0.21 0.62 0 0.41 279.35 0.45 0.41
Hex 76 39 96 15 3E 0 29 117 2D 29
Octal 166 71 226 25 76 0 51 427 55 51
Binary 1110110 111001 10010110 10101 111110 0 101001 100010111 101101 101001

Color Harmonies of #763996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763996

Black with #763996

Text Example


Text Example

White with #763996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763996; }

 p { color: rgb(118,57,150); }

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

background-color css

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

 a { background-color: rgb(118,57,150); }

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

border-color css

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

 span { border-color: rgb(118,57,150); }

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