Html Css Color HEX #763EEC Blue Violet

📋 copy color: '#763EEC'

red 118 ◦ green 62 ◦ blue 236

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

Shades of Blue Violet #763EEC

Tints of Blue Violet #763EEC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.9%

 BLUE value IS 236 (92.58% from 255) = 56.73%

R = 28.37%
G = 14.9%
B = 56.73%

CMYK

 C value IS 0.5

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#763EEC (or 0x763EEC) is known color: Blue Violet. HEX triplet: 76, 3E and EC. RGB value is (118,62,236). Sum of RGB (Red+Green+Blue) = 118+62+236=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #763EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763EEC is #89C113. Grayscale: #616161. Windows color (decimal): -9027860 or 15482486. OLE color: 15482486.

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

Color convert

RGB 118 62 236 -
CMYK 0.5 0.74 0 0.07
HSL 259.31º 0.82% 0.58% -
HSV(B) 259.31º 0.74% 0.93% -
XYZ 24.33 13.35 80.65 -
YUV 98.58 205.55 141.85 -
System Red Green Blue C M Y K H S L
Decimal 118 62 236 0.5 0.74 0 0.07 259.31 0.82 0.58
Hex 76 3E EC 32 4A 0 7 103 52 3A
Octal 166 76 354 62 112 0 7 403 122 72
Binary 1110110 111110 11101100 110010 1001010 0 111 100000011 1010010 111010

Color Harmonies of #763EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EEC

Black with #763EEC

Text Example


Text Example

White with #763EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,236); }

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

background-color css

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

 a { background-color: rgb(118,62,236); }

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

border-color css

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

 span { border-color: rgb(118,62,236); }

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