Html Css Color HEX #76279D Vivid Violet

📋 copy color: '#76279D'

red 118 ◦ green 39 ◦ blue 157

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

Shades of Vivid Violet #76279D

Tints of Vivid Violet #76279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50%

R = 37.58%
G = 12.42%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76279D (or 0x76279D) is known color: Vivid Violet. HEX triplet: 76, 27 and 9D. RGB value is (118,39,157). Sum of RGB (Red+Green+Blue) = 118+39+157=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #76279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76279D is #89D862. Grayscale: #4B4B4B. Windows color (decimal): -9033827 or 10299254. OLE color: 10299254.

HSL color Cylindrical-coordinate representation of color #76279D: hue angle of 280.17º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76279D is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 39 157 -
CMYK 0.25 0.75 0 0.38
HSL 280.17º 0.6% 0.38% -
HSV(B) 280.17º 0.75% 0.62% -
XYZ 14.28 7.74 32.64 -
YUV 76.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 118 39 157 0.25 0.75 0 0.38 280.17 0.6 0.38
Hex 76 27 9D 19 4B 0 26 118 3C 26
Octal 166 47 235 31 113 0 46 430 74 46
Binary 1110110 100111 10011101 11001 1001011 0 100110 100011000 111100 100110

Color Harmonies of #76279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76279D

Black with #76279D

Text Example


Text Example

White with #76279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76279D; }

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

 H1.HeaderClassName
 {
   color: #76279D;
 }
 .AnyTagClassName
 {
   color: #76279D;
 }
</style>

background-color css

<style>
 a { background-color: #76279D; }

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

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

border-color css

<style>
 span { border-color: #76279D; }

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

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