Html Css Color HEX #76269F Vivid Violet

📋 copy color: '#76269F'

red 118 ◦ green 38 ◦ blue 159

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

Shades of Vivid Violet #76269F

Tints of Vivid Violet #76269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 37.46%
G = 12.06%
B = 50.48%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76269F (or 0x76269F) is known color: Vivid Violet. HEX triplet: 76, 26 and 9F. RGB value is (118,38,159). Sum of RGB (Red+Green+Blue) = 118+38+159=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #76269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76269F is #89D960. Grayscale: #4B4B4B. Windows color (decimal): -9034081 or 10430070. OLE color: 10430070.

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

Color convert

RGB 118 38 159 -
CMYK 0.26 0.76 0 0.38
HSL 279.67º 0.61% 0.39% -
HSV(B) 279.67º 0.76% 0.62% -
XYZ 14.42 7.74 33.53 -
YUV 75.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 118 38 159 0.26 0.76 0 0.38 279.67 0.61 0.39
Hex 76 26 9F 1A 4C 0 26 118 3D 27
Octal 166 46 237 32 114 0 46 430 75 47
Binary 1110110 100110 10011111 11010 1001100 0 100110 100011000 111101 100111

Color Harmonies of #76269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76269F

Black with #76269F

Text Example


Text Example

White with #76269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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