Html Css Color HEX #773AFD Blue Violet

📋 copy color: '#773AFD'

red 119 ◦ green 58 ◦ blue 253

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

Shades of Blue Violet #773AFD

Tints of Blue Violet #773AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 27.67%
G = 13.49%
B = 58.84%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#773AFD (or 0x773AFD) is known color: Blue Violet. HEX triplet: 77, 3A and FD. RGB value is (119,58,253). Sum of RGB (Red+Green+Blue) = 119+58+253=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #773AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AFD is #88C502. Grayscale: #616161. Windows color (decimal): -8963331 or 16595575. OLE color: 16595575.

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

Color convert

RGB 119 58 253 -
CMYK 0.53 0.77 0 0.01
HSL 258.77º 0.98% 0.61% -
HSV(B) 258.77º 0.77% 0.99% -
XYZ 26.85 14.04 94.22 -
YUV 98.47 215.21 142.64 -
System Red Green Blue C M Y K H S L
Decimal 119 58 253 0.53 0.77 0 0.01 258.77 0.98 0.61
Hex 77 3A FD 35 4D 0 1 103 62 3D
Octal 167 72 375 65 115 0 1 403 142 75
Binary 1110111 111010 11111101 110101 1001101 0 1 100000011 1100010 111101

Color Harmonies of #773AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773AFD

Black with #773AFD

Text Example


Text Example

White with #773AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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