Html Css Color HEX #763CE4 Blue Violet

📋 copy color: '#763CE4'

red 118 ◦ green 60 ◦ blue 228

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

Shades of Blue Violet #763CE4

Tints of Blue Violet #763CE4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.78%

 BLUE value IS 228 (89.45% from 255) = 56.16%

R = 29.06%
G = 14.78%
B = 56.16%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#763CE4 (or 0x763CE4) is known color: Blue Violet. HEX triplet: 76, 3C and E4. RGB value is (118,60,228). Sum of RGB (Red+Green+Blue) = 118+60+228=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #763CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CE4 is #89C31B. Grayscale: #5F5F5F. Windows color (decimal): -9028380 or 14957686. OLE color: 14957686.

HSL color Cylindrical-coordinate representation of color #763CE4: hue angle of 260.71º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #763CE4 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 60 228 -
CMYK 0.48 0.74 0 0.11
HSL 260.71º 0.76% 0.56% -
HSV(B) 260.71º 0.74% 0.89% -
XYZ 23.09 12.68 74.63 -
YUV 96.49 202.22 143.34 -
System Red Green Blue C M Y K H S L
Decimal 118 60 228 0.48 0.74 0 0.11 260.71 0.76 0.56
Hex 76 3C E4 30 4A 0 B 105 4C 38
Octal 166 74 344 60 112 0 13 405 114 70
Binary 1110110 111100 11100100 110000 1001010 0 1011 100000101 1001100 111000

Color Harmonies of #763CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CE4

Black with #763CE4

Text Example


Text Example

White with #763CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,60,228); }

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

background-color css

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

 a { background-color: rgb(118,60,228); }

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

border-color css

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

 span { border-color: rgb(118,60,228); }

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