Html Css Color HEX #772DEA Blue Violet

📋 copy color: '#772DEA'

red 119 ◦ green 45 ◦ blue 234

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

Shades of Blue Violet #772DEA

Tints of Blue Violet #772DEA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.31%

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

R = 29.9%
G = 11.31%
B = 58.79%

CMYK

 C value IS 0.49

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#772DEA (or 0x772DEA) is known color: Blue Violet. HEX triplet: 77, 2D and EA. RGB value is (119,45,234). Sum of RGB (Red+Green+Blue) = 119+45+234=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #772DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #772DEA is #88D215. Grayscale: #575757. Windows color (decimal): -8966678 or 15347063. OLE color: 15347063.

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

Color convert

RGB 119 45 234 -
CMYK 0.49 0.81 0 0.08
HSL 263.49º 0.82% 0.55% -
HSV(B) 263.49º 0.81% 0.92% -
XYZ 23.4 11.74 78.87 -
YUV 88.67 210.02 149.63 -
System Red Green Blue C M Y K H S L
Decimal 119 45 234 0.49 0.81 0 0.08 263.49 0.82 0.55
Hex 77 2D EA 31 51 0 8 107 52 37
Octal 167 55 352 61 121 0 10 407 122 67
Binary 1110111 101101 11101010 110001 1010001 0 1000 100000111 1010010 110111

Color Harmonies of #772DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772DEA

Black with #772DEA

Text Example


Text Example

White with #772DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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