Html Css Color HEX #76269B Vivid Violet

📋 copy color: '#76269B'

red 118 ◦ green 38 ◦ blue 155

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

Shades of Vivid Violet #76269B

Tints of Vivid Violet #76269B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 37.94%
G = 12.22%
B = 49.84%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76269B (or 0x76269B) is known color: Vivid Violet. HEX triplet: 76, 26 and 9B. RGB value is (118,38,155). Sum of RGB (Red+Green+Blue) = 118+38+155=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #76269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76269B is #89D964. Grayscale: #4A4A4A. Windows color (decimal): -9034085 or 10167926. OLE color: 10167926.

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

Color convert

RGB 118 38 155 -
CMYK 0.24 0.75 0 0.39
HSL 281.03º 0.61% 0.38% -
HSV(B) 281.03º 0.75% 0.61% -
XYZ 14.08 7.6 31.74 -
YUV 75.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 118 38 155 0.24 0.75 0 0.39 281.03 0.61 0.38
Hex 76 26 9B 18 4B 0 27 119 3D 26
Octal 166 46 233 30 113 0 47 431 75 46
Binary 1110110 100110 10011011 11000 1001011 0 100111 100011001 111101 100110

Color Harmonies of #76269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76269B

Black with #76269B

Text Example


Text Example

White with #76269B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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