Html Css Color HEX #772AEC Blue Violet

📋 copy color: '#772AEC'

red 119 ◦ green 42 ◦ blue 236

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

Shades of Blue Violet #772AEC

Tints of Blue Violet #772AEC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.58%

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 29.97%
G = 10.58%
B = 59.45%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#772AEC (or 0x772AEC) is known color: Blue Violet. HEX triplet: 77, 2A and EC. RGB value is (119,42,236). Sum of RGB (Red+Green+Blue) = 119+42+236=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #772AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AEC is #88D513. Grayscale: #565656. Windows color (decimal): -8967444 or 15477367. OLE color: 15477367.

HSL color Cylindrical-coordinate representation of color #772AEC: hue angle of 263.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772AEC is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 42 236 -
CMYK 0.50 0.82 0 0.07
HSL 263.81º 0.84% 0.55% -
HSV(B) 263.81º 0.82% 0.93% -
XYZ 23.58 11.63 80.36 -
YUV 87.14 212.01 150.73 -
System Red Green Blue C M Y K H S L
Decimal 119 42 236 0.50 0.82 0 0.07 263.81 0.84 0.55
Hex 77 2A EC 32 52 0 7 108 54 37
Octal 167 52 354 62 122 0 7 410 124 67
Binary 1110111 101010 11101100 110010 1010010 0 111 100001000 1010100 110111

Color Harmonies of #772AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772AEC

Black with #772AEC

Text Example


Text Example

White with #772AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,42,236); }

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

background-color css

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

 a { background-color: rgb(119,42,236); }

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

border-color css

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

 span { border-color: rgb(119,42,236); }

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