Html Css Color HEX #77348B Vivid Violet

📋 copy color: '#77348B'

red 119 ◦ green 52 ◦ blue 139

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

Shades of Vivid Violet #77348B

Tints of Vivid Violet #77348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

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

R = 38.39%
G = 16.77%
B = 44.84%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77348B (or 0x77348B) is known color: Vivid Violet. HEX triplet: 77, 34 and 8B. RGB value is (119,52,139). Sum of RGB (Red+Green+Blue) = 119+52+139=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #77348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77348B is #88CB74. Grayscale: #515151. Windows color (decimal): -8964981 or 9122935. OLE color: 9122935.

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

Color convert

RGB 119 52 139 -
CMYK 0.14 0.63 0 0.45
HSL 286.21º 0.46% 0.37% -
HSV(B) 286.21º 0.63% 0.55% -
XYZ 13.5 8.24 25.31 -
YUV 81.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 119 52 139 0.14 0.63 0 0.45 286.21 0.46 0.37
Hex 77 34 8B E 3F 0 2D 11E 2E 25
Octal 167 64 213 16 77 0 55 436 56 45
Binary 1110111 110100 10001011 1110 111111 0 101101 100011110 101110 100101

Color Harmonies of #77348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77348B

Black with #77348B

Text Example


Text Example

White with #77348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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