Html Css Color HEX #763ADA Blue Violet

📋 copy color: '#763ADA'

red 118 ◦ green 58 ◦ blue 218

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

Shades of Blue Violet #763ADA

Tints of Blue Violet #763ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.33%

R = 29.95%
G = 14.72%
B = 55.33%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#763ADA (or 0x763ADA) is known color: Blue Violet. HEX triplet: 76, 3A and DA. RGB value is (118,58,218). Sum of RGB (Red+Green+Blue) = 118+58+218=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #763ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ADA is #89C525. Grayscale: #5D5D5D. Windows color (decimal): -9028902 or 14301814. OLE color: 14301814.

HSL color Cylindrical-coordinate representation of color #763ADA: hue angle of 262.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #763ADA is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 58 218 -
CMYK 0.46 0.73 0 0.15
HSL 262.5º 0.68% 0.54% -
HSV(B) 262.5º 0.73% 0.85% -
XYZ 21.64 11.94 67.49 -
YUV 94.18 197.88 144.99 -
System Red Green Blue C M Y K H S L
Decimal 118 58 218 0.46 0.73 0 0.15 262.5 0.68 0.54
Hex 76 3A DA 2E 49 0 F 106 44 36
Octal 166 72 332 56 111 0 17 406 104 66
Binary 1110110 111010 11011010 101110 1001001 0 1111 100000110 1000100 110110

Color Harmonies of #763ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763ADA

Black with #763ADA

Text Example


Text Example

White with #763ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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