Html Css Color HEX #76368E Vivid Violet

📋 copy color: '#76368E'

red 118 ◦ green 54 ◦ blue 142

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

Shades of Vivid Violet #76368E

Tints of Vivid Violet #76368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 37.58%
G = 17.2%
B = 45.22%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76368E (or 0x76368E) is known color: Vivid Violet. HEX triplet: 76, 36 and 8E. RGB value is (118,54,142). Sum of RGB (Red+Green+Blue) = 118+54+142=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #76368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76368E is #89C971. Grayscale: #525252. Windows color (decimal): -9030002 or 9320054. OLE color: 9320054.

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

Color convert

RGB 118 54 142 -
CMYK 0.17 0.62 0 0.44
HSL 283.64º 0.45% 0.38% -
HSV(B) 283.64º 0.62% 0.56% -
XYZ 13.67 8.44 26.5 -
YUV 83.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 118 54 142 0.17 0.62 0 0.44 283.64 0.45 0.38
Hex 76 36 8E 11 3E 0 2C 11C 2D 26
Octal 166 66 216 21 76 0 54 434 55 46
Binary 1110110 110110 10001110 10001 111110 0 101100 100011100 101101 100110

Color Harmonies of #76368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76368E

Black with #76368E

Text Example


Text Example

White with #76368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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