Html Css Color HEX #763FFF Blue Violet

📋 copy color: '#763FFF'

red 118 ◦ green 63 ◦ blue 255

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

Shades of Blue Violet #763FFF

Tints of Blue Violet #763FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 14.45%

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

R = 27.06%
G = 14.45%
B = 58.49%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#763FFF (or 0x763FFF) is known color: Blue Violet. HEX triplet: 76, 3F and FF. RGB value is (118,63,255). Sum of RGB (Red+Green+Blue) = 118+63+255=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #763FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763FFF is #89C000. Grayscale: #646464. Windows color (decimal): -9027585 or 16727926. OLE color: 16727926.

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

Color convert

RGB 118 63 255 -
CMYK 0.54 0.75 0 0
HSL 257.19º 1% 0.62% -
HSV(B) 257.19º 0.75% 1% -
XYZ 27.3 14.63 95.99 -
YUV 101.33 214.72 139.89 -
System Red Green Blue C M Y K H S L
Decimal 118 63 255 0.54 0.75 0 0 257.19 1 0.62
Hex 76 3F FF 36 4B 0 0 101 64 3E
Octal 166 77 377 66 113 0 0 401 144 76
Binary 1110110 111111 11111111 110110 1001011 0 0 100000001 1100100 111110

Color Harmonies of #763FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FFF

Black with #763FFF

Text Example


Text Example

White with #763FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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