Html Css Color HEX #763FFE Blue Violet

📋 copy color: '#763FFE'

red 118 ◦ green 63 ◦ blue 254

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

Shades of Blue Violet #763FFE

Tints of Blue Violet #763FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.39%

R = 27.13%
G = 14.48%
B = 58.39%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#763FFE (or 0x763FFE) is known color: Blue Violet. HEX triplet: 76, 3F and FE. RGB value is (118,63,254). Sum of RGB (Red+Green+Blue) = 118+63+254=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #763FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763FFE is #89C001. Grayscale: #646464. Windows color (decimal): -9027586 or 16662390. OLE color: 16662390.

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

Color convert

RGB 118 63 254 -
CMYK 0.54 0.75 0 0.00
HSL 257.28º 0.99% 0.62% -
HSV(B) 257.28º 0.75% 1% -
XYZ 27.14 14.56 95.15 -
YUV 101.22 214.22 139.97 -
System Red Green Blue C M Y K H S L
Decimal 118 63 254 0.54 0.75 0 0.00 257.28 0.99 0.62
Hex 76 3F FE 36 4B 0 0 101 63 3E
Octal 166 77 376 66 113 0 0 401 143 76
Binary 1110110 111111 11111110 110110 1001011 0 0 100000001 1100011 111110

Color Harmonies of #763FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FFE

Black with #763FFE

Text Example


Text Example

White with #763FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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