Html Css Color HEX #772FDF Blue Violet

📋 copy color: '#772FDF'

red 119 ◦ green 47 ◦ blue 223

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

Shades of Blue Violet #772FDF

Tints of Blue Violet #772FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 30.59%
G = 12.08%
B = 57.33%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#772FDF (or 0x772FDF) is known color: Blue Violet. HEX triplet: 77, 2F and DF. RGB value is (119,47,223). Sum of RGB (Red+Green+Blue) = 119+47+223=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #772FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772FDF is #88D020. Grayscale: #575757. Windows color (decimal): -8966177 or 14626679. OLE color: 14626679.

HSL color Cylindrical-coordinate representation of color #772FDF: hue angle of 264.55º degrees, saturation: 0.73, 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 #772FDF is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 47 223 -
CMYK 0.47 0.79 0 0.13
HSL 264.55º 0.73% 0.53% -
HSV(B) 264.55º 0.79% 0.87% -
XYZ 21.94 11.28 70.83 -
YUV 88.59 203.85 149.69 -
System Red Green Blue C M Y K H S L
Decimal 119 47 223 0.47 0.79 0 0.13 264.55 0.73 0.53
Hex 77 2F DF 2F 4F 0 D 109 49 35
Octal 167 57 337 57 117 0 15 411 111 65
Binary 1110111 101111 11011111 101111 1001111 0 1101 100001001 1001001 110101

Color Harmonies of #772FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FDF

Black with #772FDF

Text Example


Text Example

White with #772FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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