Html Css Color HEX #772AEA Blue Violet

📋 copy color: '#772AEA'

red 119 ◦ green 42 ◦ blue 234

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

Shades of Blue Violet #772AEA

Tints of Blue Violet #772AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.24%

R = 30.13%
G = 10.63%
B = 59.24%

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

#772AEA (or 0x772AEA) is known color: Blue Violet. HEX triplet: 77, 2A and EA. RGB value is (119,42,234). Sum of RGB (Red+Green+Blue) = 119+42+234=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #772AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772AEA is #88D515. Grayscale: #565656. Windows color (decimal): -8967446 or 15346295. OLE color: 15346295.

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

Color convert

RGB 119 42 234 -
CMYK 0.49 0.82 0 0.08
HSL 264.06º 0.82% 0.54% -
HSV(B) 264.06º 0.82% 0.92% -
XYZ 23.29 11.52 78.84 -
YUV 86.91 211.01 150.89 -
System Red Green Blue C M Y K H S L
Decimal 119 42 234 0.49 0.82 0 0.08 264.06 0.82 0.54
Hex 77 2A EA 31 52 0 8 108 52 36
Octal 167 52 352 61 122 0 10 410 122 66
Binary 1110111 101010 11101010 110001 1010010 0 1000 100001000 1010010 110110

Color Harmonies of #772AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772AEA

Black with #772AEA

Text Example


Text Example

White with #772AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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