Html Css Color HEX #763AF5 Blue Violet

📋 copy color: '#763AF5'

red 118 ◦ green 58 ◦ blue 245

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

Shades of Blue Violet #763AF5

Tints of Blue Violet #763AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 58.19%

R = 28.03%
G = 13.78%
B = 58.19%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#763AF5 (or 0x763AF5) is known color: Blue Violet. HEX triplet: 76, 3A and F5. RGB value is (118,58,245). Sum of RGB (Red+Green+Blue) = 118+58+245=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 245 (96.09% from 255 or 58.19% from 421); Max value from RGB is 245 - color contains mainly: blue. Hex color #763AF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763AF5 is #89C50A. Grayscale: #606060. Windows color (decimal): -9028875 or 16071286. OLE color: 16071286.

HSL color Cylindrical-coordinate representation of color #763AF5: hue angle of 259.25º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763AF5 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 58 245 -
CMYK 0.52 0.76 0 0.04
HSL 259.25º 0.9% 0.59% -
HSV(B) 259.25º 0.76% 0.96% -
XYZ 25.47 13.47 87.64 -
YUV 97.26 211.38 142.79 -
System Red Green Blue C M Y K H S L
Decimal 118 58 245 0.52 0.76 0 0.04 259.25 0.9 0.59
Hex 76 3A F5 34 4C 0 4 103 5A 3B
Octal 166 72 365 64 114 0 4 403 132 73
Binary 1110110 111010 11110101 110100 1001100 0 100 100000011 1011010 111011

Color Harmonies of #763AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AF5

Black with #763AF5

Text Example


Text Example

White with #763AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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