Html Css Color HEX #772FDD Blue Violet

📋 copy color: '#772FDD'

red 119 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #772FDD

Tints of Blue Violet #772FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.14%

 BLUE value IS 221 (86.72% from 255) = 57.11%

R = 30.75%
G = 12.14%
B = 57.11%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#772FDD (or 0x772FDD) is known color: Blue Violet. HEX triplet: 77, 2F and DD. RGB value is (119,47,221). Sum of RGB (Red+Green+Blue) = 119+47+221=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #772FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FDD is #88D022. Grayscale: #575757. Windows color (decimal): -8966179 or 14495607. OLE color: 14495607.

HSL color Cylindrical-coordinate representation of color #772FDD: hue angle of 264.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #772FDD is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 47 221 -
CMYK 0.46 0.79 0 0.13
HSL 264.83º 0.72% 0.53% -
HSV(B) 264.83º 0.79% 0.87% -
XYZ 21.68 11.18 69.42 -
YUV 88.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 119 47 221 0.46 0.79 0 0.13 264.83 0.72 0.53
Hex 77 2F DD 2E 4F 0 D 109 48 35
Octal 167 57 335 56 117 0 15 411 110 65
Binary 1110111 101111 11011101 101110 1001111 0 1101 100001001 1001000 110101

Color Harmonies of #772FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FDD

Black with #772FDD

Text Example


Text Example

White with #772FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,47,221); }

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

background-color css

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

 a { background-color: rgb(119,47,221); }

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

border-color css

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

 span { border-color: rgb(119,47,221); }

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