Html Css Color HEX #772BE3 Blue Violet

📋 copy color: '#772BE3'

red 119 ◦ green 43 ◦ blue 227

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

Shades of Blue Violet #772BE3

Tints of Blue Violet #772BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 58.35%

R = 30.59%
G = 11.05%
B = 58.35%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#772BE3 (or 0x772BE3) is known color: Blue Violet. HEX triplet: 77, 2B and E3. RGB value is (119,43,227). Sum of RGB (Red+Green+Blue) = 119+43+227=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 227 (89.06% from 255 or 58.35% from 389); Max value from RGB is 227 - color contains mainly: blue. Hex color #772BE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772BE3 is #88D41C. Grayscale: #565656. Windows color (decimal): -8967197 or 14887799. OLE color: 14887799.

HSL color Cylindrical-coordinate representation of color #772BE3: hue angle of 264.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #772BE3 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 119 43 227 -
CMYK 0.48 0.81 0 0.11
HSL 264.78º 0.77% 0.53% -
HSV(B) 264.78º 0.81% 0.89% -
XYZ 22.34 11.2 73.66 -
YUV 86.7 207.18 151.04 -
System Red Green Blue C M Y K H S L
Decimal 119 43 227 0.48 0.81 0 0.11 264.78 0.77 0.53
Hex 77 2B E3 30 51 0 B 109 4D 35
Octal 167 53 343 60 121 0 13 411 115 65
Binary 1110111 101011 11100011 110000 1010001 0 1011 100001001 1001101 110101

Color Harmonies of #772BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BE3

Black with #772BE3

Text Example


Text Example

White with #772BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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