Html Css Color HEX #76359B Vivid Violet

📋 copy color: '#76359B'

red 118 ◦ green 53 ◦ blue 155

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

Shades of Vivid Violet #76359B

Tints of Vivid Violet #76359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.26%

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 36.2%
G = 16.26%
B = 47.55%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76359B (or 0x76359B) is known color: Vivid Violet. HEX triplet: 76, 35 and 9B. RGB value is (118,53,155). Sum of RGB (Red+Green+Blue) = 118+53+155=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #76359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76359B is #89CA64. Grayscale: #535353. Windows color (decimal): -9030245 or 10171766. OLE color: 10171766.

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

Color convert

RGB 118 53 155 -
CMYK 0.24 0.66 0 0.39
HSL 278.24º 0.49% 0.41% -
HSV(B) 278.24º 0.66% 0.61% -
XYZ 14.66 8.76 31.93 -
YUV 84.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 118 53 155 0.24 0.66 0 0.39 278.24 0.49 0.41
Hex 76 35 9B 18 42 0 27 116 31 29
Octal 166 65 233 30 102 0 47 426 61 51
Binary 1110110 110101 10011011 11000 1000010 0 100111 100010110 110001 101001

Color Harmonies of #76359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76359B

Black with #76359B

Text Example


Text Example

White with #76359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76359B; }

 p { color: rgb(118,53,155); }

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

background-color css

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

 a { background-color: rgb(118,53,155); }

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

border-color css

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

 span { border-color: rgb(118,53,155); }

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