Html Css Color HEX #763AFF Blue Violet

📋 copy color: '#763AFF'

red 118 ◦ green 58 ◦ blue 255

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

Shades of Blue Violet #763AFF

Tints of Blue Violet #763AFF

RGB

 RED value IS 118 (46.48% from 255) = 27.38%

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

 BLUE value IS 255 (100% from 255) = 59.16%

R = 27.38%
G = 13.46%
B = 59.16%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#763AFF (or 0x763AFF) is known color: Blue Violet. HEX triplet: 76, 3A and FF. RGB value is (118,58,255). Sum of RGB (Red+Green+Blue) = 118+58+255=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #763AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763AFF is #89C500. Grayscale: #616161. Windows color (decimal): -9028865 or 16726646. OLE color: 16726646.

HSL color Cylindrical-coordinate representation of color #763AFF: hue angle of 258.27º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #763AFF is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 58 255 -
CMYK 0.54 0.77 0 0
HSL 258.27º 1% 0.61% -
HSV(B) 258.27º 0.77% 1% -
XYZ 27.03 14.1 95.9 -
YUV 98.4 216.38 141.98 -
System Red Green Blue C M Y K H S L
Decimal 118 58 255 0.54 0.77 0 0 258.27 1 0.61
Hex 76 3A FF 36 4D 0 0 102 64 3D
Octal 166 72 377 66 115 0 0 402 144 75
Binary 1110110 111010 11111111 110110 1001101 0 0 100000010 1100100 111101

Color Harmonies of #763AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AFF

Black with #763AFF

Text Example


Text Example

White with #763AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763AFF; }

 p { color: rgb(118,58,255); }

 H1.HeaderClassName
 {
   color: #763AFF;
 }
 .AnyTagClassName
 {
   color: #763AFF;
 }
</style>

background-color css

<style>
 a { background-color: #763AFF; }

 a { background-color: rgb(118,58,255); }

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

border-color css

<style>
 span { border-color: #763AFF; }

 span { border-color: rgb(118,58,255); }

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