Html Css Color HEX #763EFB Blue Violet

📋 copy color: '#763EFB'

red 118 ◦ green 62 ◦ blue 251

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

Shades of Blue Violet #763EFB

Tints of Blue Violet #763EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 27.38%
G = 14.39%
B = 58.24%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#763EFB (or 0x763EFB) is known color: Blue Violet. HEX triplet: 76, 3E and FB. RGB value is (118,62,251). Sum of RGB (Red+Green+Blue) = 118+62+251=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #763EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763EFB is #89C104. Grayscale: #636363. Windows color (decimal): -9027845 or 16465526. OLE color: 16465526.

HSL color Cylindrical-coordinate representation of color #763EFB: hue angle of 257.78º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763EFB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 62 251 -
CMYK 0.53 0.75 0 0.02
HSL 257.78º 0.96% 0.61% -
HSV(B) 257.78º 0.75% 0.98% -
XYZ 26.61 14.26 92.62 -
YUV 100.29 213.05 140.63 -
System Red Green Blue C M Y K H S L
Decimal 118 62 251 0.53 0.75 0 0.02 257.78 0.96 0.61
Hex 76 3E FB 35 4B 0 2 102 60 3D
Octal 166 76 373 65 113 0 2 402 140 75
Binary 1110110 111110 11111011 110101 1001011 0 10 100000010 1100000 111101

Color Harmonies of #763EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EFB

Black with #763EFB

Text Example


Text Example

White with #763EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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