Html Css Color HEX #763AED Blue Violet

📋 copy color: '#763AED'

red 118 ◦ green 58 ◦ blue 237

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

Shades of Blue Violet #763AED

Tints of Blue Violet #763AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 28.57%
G = 14.04%
B = 57.38%

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

#763AED (or 0x763AED) is known color: Blue Violet. HEX triplet: 76, 3A and ED. RGB value is (118,58,237). Sum of RGB (Red+Green+Blue) = 118+58+237=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #763AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763AED is #89C512. Grayscale: #5F5F5F. Windows color (decimal): -9028883 or 15546998. OLE color: 15546998.

HSL color Cylindrical-coordinate representation of color #763AED: hue angle of 260.11º degrees, saturation: 0.83, 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 #763AED is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 58 237 -
CMYK 0.50 0.76 0 0.07
HSL 260.11º 0.83% 0.58% -
HSV(B) 260.11º 0.76% 0.93% -
XYZ 24.27 12.99 81.35 -
YUV 96.35 207.38 143.45 -
System Red Green Blue C M Y K H S L
Decimal 118 58 237 0.50 0.76 0 0.07 260.11 0.83 0.58
Hex 76 3A ED 32 4C 0 7 104 53 3A
Octal 166 72 355 62 114 0 7 404 123 72
Binary 1110110 111010 11101101 110010 1001100 0 111 100000100 1010011 111010

Color Harmonies of #763AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AED

Black with #763AED

Text Example


Text Example

White with #763AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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