Html Css Color HEX #76359A Vivid Violet

📋 copy color: '#76359A'

red 118 ◦ green 53 ◦ blue 154

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

Shades of Vivid Violet #76359A

Tints of Vivid Violet #76359A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.38%

R = 36.31%
G = 16.31%
B = 47.38%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76359A (or 0x76359A) is known color: Vivid Violet. HEX triplet: 76, 35 and 9A. RGB value is (118,53,154). Sum of RGB (Red+Green+Blue) = 118+53+154=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #76359A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76359A is #89CA65. Grayscale: #535353. Windows color (decimal): -9030246 or 10106230. OLE color: 10106230.

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

Color convert

RGB 118 53 154 -
CMYK 0.23 0.66 0 0.40
HSL 278.61º 0.49% 0.41% -
HSV(B) 278.61º 0.66% 0.6% -
XYZ 14.58 8.73 31.49 -
YUV 83.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 118 53 154 0.23 0.66 0 0.40 278.61 0.49 0.41
Hex 76 35 9A 17 42 0 28 117 31 29
Octal 166 65 232 27 102 0 50 427 61 51
Binary 1110110 110101 10011010 10111 1000010 0 101000 100010111 110001 101001

Color Harmonies of #76359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76359A

Black with #76359A

Text Example


Text Example

White with #76359A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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