Html Css Color HEX #76278B Vivid Violet

📋 copy color: '#76278B'

red 118 ◦ green 39 ◦ blue 139

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

Shades of Vivid Violet #76278B

Tints of Vivid Violet #76278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 39.86%
G = 13.18%
B = 46.96%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76278B (or 0x76278B) is known color: Vivid Violet. HEX triplet: 76, 27 and 8B. RGB value is (118,39,139). Sum of RGB (Red+Green+Blue) = 118+39+139=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #76278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76278B is #89D874. Grayscale: #494949. Windows color (decimal): -9033845 or 9119606. OLE color: 9119606.

HSL color Cylindrical-coordinate representation of color #76278B: hue angle of 287.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76278B is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 39 139 -
CMYK 0.15 0.72 0 0.45
HSL 287.4º 0.56% 0.35% -
HSV(B) 287.4º 0.72% 0.55% -
XYZ 12.86 7.17 25.13 -
YUV 74.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 118 39 139 0.15 0.72 0 0.45 287.4 0.56 0.35
Hex 76 27 8B F 48 0 2D 11F 38 23
Octal 166 47 213 17 110 0 55 437 70 43
Binary 1110110 100111 10001011 1111 1001000 0 101101 100011111 111000 100011

Color Harmonies of #76278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76278B

Black with #76278B

Text Example


Text Example

White with #76278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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