Html Css Color HEX #763BFF Blue Violet

📋 copy color: '#763BFF'

red 118 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #763BFF

Tints of Blue Violet #763BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.66%

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

R = 27.31%
G = 13.66%
B = 59.03%

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

#763BFF (or 0x763BFF) is known color: Blue Violet. HEX triplet: 76, 3B and FF. RGB value is (118,59,255). Sum of RGB (Red+Green+Blue) = 118+59+255=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #763BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BFF is #89C400. Grayscale: #626262. Windows color (decimal): -9028609 or 16726902. OLE color: 16726902.

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

Color convert

RGB 118 59 255 -
CMYK 0.54 0.77 0 0
HSL 258.06º 1% 0.62% -
HSV(B) 258.06º 0.77% 1% -
XYZ 27.09 14.2 95.92 -
YUV 98.99 216.05 141.56 -
System Red Green Blue C M Y K H S L
Decimal 118 59 255 0.54 0.77 0 0 258.06 1 0.62
Hex 76 3B FF 36 4D 0 0 102 64 3E
Octal 166 73 377 66 115 0 0 402 144 76
Binary 1110110 111011 11111111 110110 1001101 0 0 100000010 1100100 111110

Color Harmonies of #763BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BFF

Black with #763BFF

Text Example


Text Example

White with #763BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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