Html Css Color HEX #773AFB Blue Violet

📋 copy color: '#773AFB'

red 119 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #773AFB

Tints of Blue Violet #773AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.55%

 BLUE value IS 251 (98.44% from 255) = 58.64%

R = 27.8%
G = 13.55%
B = 58.64%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#773AFB (or 0x773AFB) is known color: Blue Violet. HEX triplet: 77, 3A and FB. RGB value is (119,58,251). Sum of RGB (Red+Green+Blue) = 119+58+251=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #773AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AFB is #88C504. Grayscale: #616161. Windows color (decimal): -8963333 or 16464503. OLE color: 16464503.

HSL color Cylindrical-coordinate representation of color #773AFB: hue angle of 258.96º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #773AFB is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 58 251 -
CMYK 0.53 0.77 0 0.02
HSL 258.96º 0.96% 0.61% -
HSV(B) 258.96º 0.77% 0.98% -
XYZ 26.53 13.91 92.55 -
YUV 98.24 214.21 142.81 -
System Red Green Blue C M Y K H S L
Decimal 119 58 251 0.53 0.77 0 0.02 258.96 0.96 0.61
Hex 77 3A FB 35 4D 0 2 103 60 3D
Octal 167 72 373 65 115 0 2 403 140 75
Binary 1110111 111010 11111011 110101 1001101 0 10 100000011 1100000 111101

Color Harmonies of #773AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AFB

Black with #773AFB

Text Example


Text Example

White with #773AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773AFB; }

 p { color: rgb(119,58,251); }

 H1.HeaderClassName
 {
   color: #773AFB;
 }
 .AnyTagClassName
 {
   color: #773AFB;
 }
</style>

background-color css

<style>
 a { background-color: #773AFB; }

 a { background-color: rgb(119,58,251); }

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

border-color css

<style>
 span { border-color: #773AFB; }

 span { border-color: rgb(119,58,251); }

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