Html Css Color HEX #772BEB Blue Violet

📋 copy color: '#772BEB'

red 119 ◦ green 43 ◦ blue 235

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

Shades of Blue Violet #772BEB

Tints of Blue Violet #772BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 29.97%
G = 10.83%
B = 59.19%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#772BEB (or 0x772BEB) is known color: Blue Violet. HEX triplet: 77, 2B and EB. RGB value is (119,43,235). Sum of RGB (Red+Green+Blue) = 119+43+235=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #772BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772BEB is #88D414. Grayscale: #565656. Windows color (decimal): -8967189 or 15412087. OLE color: 15412087.

HSL color Cylindrical-coordinate representation of color #772BEB: hue angle of 263.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772BEB is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 43 235 -
CMYK 0.49 0.82 0 0.08
HSL 263.75º 0.83% 0.55% -
HSV(B) 263.75º 0.82% 0.92% -
XYZ 23.47 11.65 79.61 -
YUV 87.61 211.18 150.39 -
System Red Green Blue C M Y K H S L
Decimal 119 43 235 0.49 0.82 0 0.08 263.75 0.83 0.55
Hex 77 2B EB 31 52 0 8 108 53 37
Octal 167 53 353 61 122 0 10 410 123 67
Binary 1110111 101011 11101011 110001 1010010 0 1000 100001000 1010011 110111

Color Harmonies of #772BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772BEB

Black with #772BEB

Text Example


Text Example

White with #772BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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