Html Css Color HEX #77269F Vivid Violet

📋 copy color: '#77269F'

red 119 ◦ green 38 ◦ blue 159

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

Shades of Vivid Violet #77269F

Tints of Vivid Violet #77269F

RGB

 RED value IS 119 (46.88% from 255) = 37.66%

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

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

R = 37.66%
G = 12.03%
B = 50.32%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77269F (or 0x77269F) is known color: Vivid Violet. HEX triplet: 77, 26 and 9F. RGB value is (119,38,159). Sum of RGB (Red+Green+Blue) = 119+38+159=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #77269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77269F is #88D960. Grayscale: #4B4B4B. Windows color (decimal): -8968545 or 10430071. OLE color: 10430071.

HSL color Cylindrical-coordinate representation of color #77269F: hue angle of 280.17º 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 #77269F is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 38 159 -
CMYK 0.25 0.76 0 0.38
HSL 280.17º 0.61% 0.39% -
HSV(B) 280.17º 0.76% 0.62% -
XYZ 14.56 7.81 33.54 -
YUV 76.01 174.84 158.66 -
System Red Green Blue C M Y K H S L
Decimal 119 38 159 0.25 0.76 0 0.38 280.17 0.61 0.39
Hex 77 26 9F 19 4C 0 26 118 3D 27
Octal 167 46 237 31 114 0 46 430 75 47
Binary 1110111 100110 10011111 11001 1001100 0 100110 100011000 111101 100111

Color Harmonies of #77269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77269F

Black with #77269F

Text Example


Text Example

White with #77269F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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