Html Css Color HEX #76388B Vivid Violet

📋 copy color: '#76388B'

red 118 ◦ green 56 ◦ blue 139

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

Shades of Vivid Violet #76388B

Tints of Vivid Violet #76388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 37.7%
G = 17.89%
B = 44.41%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76388B (or 0x76388B) is known color: Vivid Violet. HEX triplet: 76, 38 and 8B. RGB value is (118,56,139). Sum of RGB (Red+Green+Blue) = 118+56+139=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #76388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76388B is #89C774. Grayscale: #535353. Windows color (decimal): -9029493 or 9123958. OLE color: 9123958.

HSL color Cylindrical-coordinate representation of color #76388B: hue angle of 284.82º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76388B is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 56 139 -
CMYK 0.15 0.60 0 0.45
HSL 284.82º 0.43% 0.38% -
HSV(B) 284.82º 0.6% 0.55% -
XYZ 13.55 8.54 25.36 -
YUV 84 159.04 152.25 -
System Red Green Blue C M Y K H S L
Decimal 118 56 139 0.15 0.60 0 0.45 284.82 0.43 0.38
Hex 76 38 8B F 3C 0 2D 11D 2B 26
Octal 166 70 213 17 74 0 55 435 53 46
Binary 1110110 111000 10001011 1111 111100 0 101101 100011101 101011 100110

Color Harmonies of #76388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76388B

Black with #76388B

Text Example


Text Example

White with #76388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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