Html Css Color HEX #77258B Vivid Violet

📋 copy color: '#77258B'

red 119 ◦ green 37 ◦ blue 139

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

Shades of Vivid Violet #77258B

Tints of Vivid Violet #77258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 40.34%
G = 12.54%
B = 47.12%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77258B (or 0x77258B) is known color: Vivid Violet. HEX triplet: 77, 25 and 8B. RGB value is (119,37,139). Sum of RGB (Red+Green+Blue) = 119+37+139=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #77258B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77258B is #88DA74. Grayscale: #484848. Windows color (decimal): -8968821 or 9119095. OLE color: 9119095.

HSL color Cylindrical-coordinate representation of color #77258B: hue angle of 288.24º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77258B is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 37 139 -
CMYK 0.14 0.73 0 0.45
HSL 288.24º 0.58% 0.35% -
HSV(B) 288.24º 0.73% 0.55% -
XYZ 12.93 7.11 25.12 -
YUV 73.15 165.17 160.71 -
System Red Green Blue C M Y K H S L
Decimal 119 37 139 0.14 0.73 0 0.45 288.24 0.58 0.35
Hex 77 25 8B E 49 0 2D 120 3A 23
Octal 167 45 213 16 111 0 55 440 72 43
Binary 1110111 100101 10001011 1110 1001001 0 101101 100100000 111010 100011

Color Harmonies of #77258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77258B

Black with #77258B

Text Example


Text Example

White with #77258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,37,139); }

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

background-color css

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

 a { background-color: rgb(119,37,139); }

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

border-color css

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

 span { border-color: rgb(119,37,139); }

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