Html Css Color HEX #76288F Vivid Violet

📋 copy color: '#76288F'

red 118 ◦ green 40 ◦ blue 143

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

Shades of Vivid Violet #76288F

Tints of Vivid Violet #76288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.51%

R = 39.2%
G = 13.29%
B = 47.51%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76288F (or 0x76288F) is known color: Vivid Violet. HEX triplet: 76, 28 and 8F. RGB value is (118,40,143). Sum of RGB (Red+Green+Blue) = 118+40+143=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 143 - color contains mainly: blue. Hex color #76288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76288F is #89D770. Grayscale: #4A4A4A. Windows color (decimal): -9033585 or 9382006. OLE color: 9382006.

HSL color Cylindrical-coordinate representation of color #76288F: hue angle of 285.44º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76288F is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 40 143 -
CMYK 0.17 0.72 0 0.44
HSL 285.44º 0.56% 0.36% -
HSV(B) 285.44º 0.72% 0.56% -
XYZ 13.19 7.35 26.71 -
YUV 75.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 118 40 143 0.17 0.72 0 0.44 285.44 0.56 0.36
Hex 76 28 8F 11 48 0 2C 11D 38 24
Octal 166 50 217 21 110 0 54 435 70 44
Binary 1110110 101000 10001111 10001 1001000 0 101100 100011101 111000 100100

Color Harmonies of #76288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76288F

Black with #76288F

Text Example


Text Example

White with #76288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76288F; }

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

 H1.HeaderClassName
 {
   color: #76288F;
 }
 .AnyTagClassName
 {
   color: #76288F;
 }
</style>

background-color css

<style>
 a { background-color: #76288F; }

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

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

border-color css

<style>
 span { border-color: #76288F; }

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

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