Html Css Color HEX #76368D Vivid Violet

📋 copy color: '#76368D'

red 118 ◦ green 54 ◦ blue 141

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

Shades of Vivid Violet #76368D

Tints of Vivid Violet #76368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 37.7%
G = 17.25%
B = 45.05%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76368D (or 0x76368D) is known color: Vivid Violet. HEX triplet: 76, 36 and 8D. RGB value is (118,54,141). Sum of RGB (Red+Green+Blue) = 118+54+141=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 141 - color contains mainly: blue. Hex color #76368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76368D is #89C972. Grayscale: #525252. Windows color (decimal): -9030003 or 9254518. OLE color: 9254518.

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

Color convert

RGB 118 54 141 -
CMYK 0.16 0.62 0 0.45
HSL 284.14º 0.45% 0.38% -
HSV(B) 284.14º 0.62% 0.55% -
XYZ 13.6 8.41 26.11 -
YUV 83.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 118 54 141 0.16 0.62 0 0.45 284.14 0.45 0.38
Hex 76 36 8D 10 3E 0 2D 11C 2D 26
Octal 166 66 215 20 76 0 55 434 55 46
Binary 1110110 110110 10001101 10000 111110 0 101101 100011100 101101 100110

Color Harmonies of #76368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76368D

Black with #76368D

Text Example


Text Example

White with #76368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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