Html Css Color HEX #76348E Vivid Violet

📋 copy color: '#76348E'

red 118 ◦ green 52 ◦ blue 142

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

Shades of Vivid Violet #76348E

Tints of Vivid Violet #76348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 37.82%
G = 16.67%
B = 45.51%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76348E (or 0x76348E) is known color: Vivid Violet. HEX triplet: 76, 34 and 8E. RGB value is (118,52,142). Sum of RGB (Red+Green+Blue) = 118+52+142=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #76348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76348E is #89CB71. Grayscale: #515151. Windows color (decimal): -9030514 or 9319542. OLE color: 9319542.

HSL color Cylindrical-coordinate representation of color #76348E: hue angle of 284º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76348E is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 52 142 -
CMYK 0.17 0.63 0 0.44
HSL 284º 0.46% 0.38% -
HSV(B) 284º 0.63% 0.56% -
XYZ 13.58 8.26 26.47 -
YUV 81.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 118 52 142 0.17 0.63 0 0.44 284 0.46 0.38
Hex 76 34 8E 11 3F 0 2C 11C 2E 26
Octal 166 64 216 21 77 0 54 434 56 46
Binary 1110110 110100 10001110 10001 111111 0 101100 100011100 101110 100110

Color Harmonies of #76348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76348E

Black with #76348E

Text Example


Text Example

White with #76348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76348E; }

 p { color: rgb(118,52,142); }

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

background-color css

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

 a { background-color: rgb(118,52,142); }

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

border-color css

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

 span { border-color: rgb(118,52,142); }

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