Html Css Color HEX #76388E Vivid Violet

📋 copy color: '#76388E'

red 118 ◦ green 56 ◦ blue 142

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

Shades of Vivid Violet #76388E

Tints of Vivid Violet #76388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 37.34%
G = 17.72%
B = 44.94%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76388E (or 0x76388E) is known color: Vivid Violet. HEX triplet: 76, 38 and 8E. RGB value is (118,56,142). Sum of RGB (Red+Green+Blue) = 118+56+142=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #76388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76388E is #89C771. Grayscale: #545454. Windows color (decimal): -9029490 or 9320566. OLE color: 9320566.

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

Color convert

RGB 118 56 142 -
CMYK 0.17 0.61 0 0.44
HSL 283.26º 0.43% 0.39% -
HSV(B) 283.26º 0.61% 0.56% -
XYZ 13.77 8.63 26.53 -
YUV 84.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 118 56 142 0.17 0.61 0 0.44 283.26 0.43 0.39
Hex 76 38 8E 11 3D 0 2C 11B 2B 27
Octal 166 70 216 21 75 0 54 433 53 47
Binary 1110110 111000 10001110 10001 111101 0 101100 100011011 101011 100111

Color Harmonies of #76388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76388E

Black with #76388E

Text Example


Text Example

White with #76388E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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