Html Css Color HEX #76339C Vivid Violet

📋 copy color: '#76339C'

red 118 ◦ green 51 ◦ blue 156

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

Shades of Vivid Violet #76339C

Tints of Vivid Violet #76339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 156 (61.33% from 255) = 48%

R = 36.31%
G = 15.69%
B = 48%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76339C (or 0x76339C) is known color: Vivid Violet. HEX triplet: 76, 33 and 9C. RGB value is (118,51,156). Sum of RGB (Red+Green+Blue) = 118+51+156=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #76339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76339C is #89CC63. Grayscale: #525252. Windows color (decimal): -9030756 or 10236790. OLE color: 10236790.

HSL color Cylindrical-coordinate representation of color #76339C: hue angle of 278.29º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76339C is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 51 156 -
CMYK 0.24 0.67 0 0.39
HSL 278.29º 0.51% 0.41% -
HSV(B) 278.29º 0.67% 0.61% -
XYZ 14.66 8.62 32.34 -
YUV 83 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 118 51 156 0.24 0.67 0 0.39 278.29 0.51 0.41
Hex 76 33 9C 18 43 0 27 116 33 29
Octal 166 63 234 30 103 0 47 426 63 51
Binary 1110110 110011 10011100 11000 1000011 0 100111 100010110 110011 101001

Color Harmonies of #76339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76339C

Black with #76339C

Text Example


Text Example

White with #76339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76339C; }

 p { color: rgb(118,51,156); }

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

background-color css

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

 a { background-color: rgb(118,51,156); }

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

border-color css

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

 span { border-color: rgb(118,51,156); }

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