Html Css Color HEX #76289B Vivid Violet

📋 copy color: '#76289B'

red 118 ◦ green 40 ◦ blue 155

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

Shades of Vivid Violet #76289B

Tints of Vivid Violet #76289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 37.7%
G = 12.78%
B = 49.52%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76289B (or 0x76289B) is known color: Vivid Violet. HEX triplet: 76, 28 and 9B. RGB value is (118,40,155). Sum of RGB (Red+Green+Blue) = 118+40+155=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #76289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76289B is #89D764. Grayscale: #4C4C4C. Windows color (decimal): -9033573 or 10168438. OLE color: 10168438.

HSL color Cylindrical-coordinate representation of color #76289B: hue angle of 280.7º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76289B is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 40 155 -
CMYK 0.24 0.74 0 0.39
HSL 280.7º 0.59% 0.38% -
HSV(B) 280.7º 0.74% 0.61% -
XYZ 14.15 7.74 31.76 -
YUV 76.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 118 40 155 0.24 0.74 0 0.39 280.7 0.59 0.38
Hex 76 28 9B 18 4A 0 27 119 3B 26
Octal 166 50 233 30 112 0 47 431 73 46
Binary 1110110 101000 10011011 11000 1001010 0 100111 100011001 111011 100110

Color Harmonies of #76289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76289B

Black with #76289B

Text Example


Text Example

White with #76289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,40,155); }

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

background-color css

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

 a { background-color: rgb(118,40,155); }

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

border-color css

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

 span { border-color: rgb(118,40,155); }

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