Html Css Color HEX #772DDA Blue Violet

📋 copy color: '#772DDA'

red 119 ◦ green 45 ◦ blue 218

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

Shades of Blue Violet #772DDA

Tints of Blue Violet #772DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.78%

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

R = 31.15%
G = 11.78%
B = 57.07%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#772DDA (or 0x772DDA) is known color: Blue Violet. HEX triplet: 77, 2D and DA. RGB value is (119,45,218). Sum of RGB (Red+Green+Blue) = 119+45+218=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #772DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772DDA is #88D225. Grayscale: #565656. Windows color (decimal): -8966694 or 14298487. OLE color: 14298487.

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

Color convert

RGB 119 45 218 -
CMYK 0.45 0.79 0 0.15
HSL 265.66º 0.7% 0.52% -
HSV(B) 265.66º 0.79% 0.85% -
XYZ 21.2 10.86 67.31 -
YUV 86.85 202.02 150.93 -
System Red Green Blue C M Y K H S L
Decimal 119 45 218 0.45 0.79 0 0.15 265.66 0.7 0.52
Hex 77 2D DA 2D 4F 0 F 10A 46 34
Octal 167 55 332 55 117 0 17 412 106 64
Binary 1110111 101101 11011010 101101 1001111 0 1111 100001010 1000110 110100

Color Harmonies of #772DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DDA

Black with #772DDA

Text Example


Text Example

White with #772DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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