Html Css Color HEX #763AFB Blue Violet

📋 copy color: '#763AFB'

red 118 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #763AFB

Tints of Blue Violet #763AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.58%

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

R = 27.63%
G = 13.58%
B = 58.78%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#763AFB (or 0x763AFB) is known color: Blue Violet. HEX triplet: 76, 3A and FB. RGB value is (118,58,251). Sum of RGB (Red+Green+Blue) = 118+58+251=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #763AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763AFB is #89C504. Grayscale: #616161. Windows color (decimal): -9028869 or 16464502. OLE color: 16464502.

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

Color convert

RGB 118 58 251 -
CMYK 0.53 0.77 0 0.02
HSL 258.65º 0.96% 0.61% -
HSV(B) 258.65º 0.77% 0.98% -
XYZ 26.4 13.84 92.55 -
YUV 97.94 214.38 142.31 -
System Red Green Blue C M Y K H S L
Decimal 118 58 251 0.53 0.77 0 0.02 258.65 0.96 0.61
Hex 76 3A FB 35 4D 0 2 103 60 3D
Octal 166 72 373 65 115 0 2 403 140 75
Binary 1110110 111010 11111011 110101 1001101 0 10 100000011 1100000 111101

Color Harmonies of #763AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AFB

Black with #763AFB

Text Example


Text Example

White with #763AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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