Html Css Color HEX #763EE0 Blue Violet

📋 copy color: '#763EE0'

red 118 ◦ green 62 ◦ blue 224

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

Shades of Blue Violet #763EE0

Tints of Blue Violet #763EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 29.21%
G = 15.35%
B = 55.45%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#763EE0 (or 0x763EE0) is known color: Blue Violet. HEX triplet: 76, 3E and E0. RGB value is (118,62,224). Sum of RGB (Red+Green+Blue) = 118+62+224=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #763EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EE0 is #89C11F. Grayscale: #606060. Windows color (decimal): -9027872 or 14696054. OLE color: 14696054.

HSL color Cylindrical-coordinate representation of color #763EE0: hue angle of 260.74º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #763EE0 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 62 224 -
CMYK 0.47 0.72 0 0.12
HSL 260.74º 0.72% 0.56% -
HSV(B) 260.74º 0.72% 0.88% -
XYZ 22.65 12.68 71.77 -
YUV 97.21 199.55 142.83 -
System Red Green Blue C M Y K H S L
Decimal 118 62 224 0.47 0.72 0 0.12 260.74 0.72 0.56
Hex 76 3E E0 2F 48 0 C 105 48 38
Octal 166 76 340 57 110 0 14 405 110 70
Binary 1110110 111110 11100000 101111 1001000 0 1100 100000101 1001000 111000

Color Harmonies of #763EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EE0

Black with #763EE0

Text Example


Text Example

White with #763EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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