Html Css Color HEX #763EFF Blue Violet

📋 copy color: '#763EFF'

red 118 ◦ green 62 ◦ blue 255

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

Shades of Blue Violet #763EFF

Tints of Blue Violet #763EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.25%

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

R = 27.13%
G = 14.25%
B = 58.62%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#763EFF (or 0x763EFF) is known color: Blue Violet. HEX triplet: 76, 3E and FF. RGB value is (118,62,255). Sum of RGB (Red+Green+Blue) = 118+62+255=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #763EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763EFF is #89C100. Grayscale: #646464. Windows color (decimal): -9027841 or 16727670. OLE color: 16727670.

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

Color convert

RGB 118 62 255 -
CMYK 0.54 0.76 0 0
HSL 257.41º 1% 0.62% -
HSV(B) 257.41º 0.76% 1% -
XYZ 27.24 14.52 95.97 -
YUV 100.75 215.05 140.31 -
System Red Green Blue C M Y K H S L
Decimal 118 62 255 0.54 0.76 0 0 257.41 1 0.62
Hex 76 3E FF 36 4C 0 0 101 64 3E
Octal 166 76 377 66 114 0 0 401 144 76
Binary 1110110 111110 11111111 110110 1001100 0 0 100000001 1100100 111110

Color Harmonies of #763EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EFF

Black with #763EFF

Text Example


Text Example

White with #763EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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