Html Css Color HEX #763AEE Blue Violet

📋 copy color: '#763AEE'

red 118 ◦ green 58 ◦ blue 238

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

Shades of Blue Violet #763AEE

Tints of Blue Violet #763AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.49%

R = 28.5%
G = 14.01%
B = 57.49%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#763AEE (or 0x763AEE) is known color: Blue Violet. HEX triplet: 76, 3A and EE. RGB value is (118,58,238). Sum of RGB (Red+Green+Blue) = 118+58+238=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #763AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763AEE is #89C511. Grayscale: #5F5F5F. Windows color (decimal): -9028882 or 15612534. OLE color: 15612534.

HSL color Cylindrical-coordinate representation of color #763AEE: hue angle of 260º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763AEE is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 58 238 -
CMYK 0.50 0.76 0 0.07
HSL 260º 0.84% 0.58% -
HSV(B) 260º 0.76% 0.93% -
XYZ 24.42 13.05 82.12 -
YUV 96.46 207.88 143.36 -
System Red Green Blue C M Y K H S L
Decimal 118 58 238 0.50 0.76 0 0.07 260 0.84 0.58
Hex 76 3A EE 32 4C 0 7 104 54 3A
Octal 166 72 356 62 114 0 7 404 124 72
Binary 1110110 111010 11101110 110010 1001100 0 111 100000100 1010100 111010

Color Harmonies of #763AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AEE

Black with #763AEE

Text Example


Text Example

White with #763AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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