Html Css Color HEX #772BDA Blue Violet

📋 copy color: '#772BDA'

red 119 ◦ green 43 ◦ blue 218

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

Shades of Blue Violet #772BDA

Tints of Blue Violet #772BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.32%

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 31.32%
G = 11.32%
B = 57.37%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#772BDA (or 0x772BDA) is known color: Blue Violet. HEX triplet: 77, 2B and DA. RGB value is (119,43,218). Sum of RGB (Red+Green+Blue) = 119+43+218=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #772BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BDA is #88D425. Grayscale: #555555. Windows color (decimal): -8967206 or 14297975. OLE color: 14297975.

HSL color Cylindrical-coordinate representation of color #772BDA: hue angle of 266.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772BDA is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 43 218 -
CMYK 0.45 0.80 0 0.15
HSL 266.06º 0.7% 0.51% -
HSV(B) 266.06º 0.8% 0.85% -
XYZ 21.13 10.71 67.28 -
YUV 85.67 202.68 151.77 -
System Red Green Blue C M Y K H S L
Decimal 119 43 218 0.45 0.80 0 0.15 266.06 0.7 0.51
Hex 77 2B DA 2D 50 0 F 10A 46 33
Octal 167 53 332 55 120 0 17 412 106 63
Binary 1110111 101011 11011010 101101 1010000 0 1111 100001010 1000110 110011

Color Harmonies of #772BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BDA

Black with #772BDA

Text Example


Text Example

White with #772BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772BDA; }

 p { color: rgb(119,43,218); }

 H1.HeaderClassName
 {
   color: #772BDA;
 }
 .AnyTagClassName
 {
   color: #772BDA;
 }
</style>

background-color css

<style>
 a { background-color: #772BDA; }

 a { background-color: rgb(119,43,218); }

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

border-color css

<style>
 span { border-color: #772BDA; }

 span { border-color: rgb(119,43,218); }

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