Html Css Color HEX #763DF4 Blue Violet

📋 copy color: '#763DF4'

red 118 ◦ green 61 ◦ blue 244

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

Shades of Blue Violet #763DF4

Tints of Blue Violet #763DF4

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

 BLUE value IS 244 (95.7% from 255) = 57.68%

R = 27.9%
G = 14.42%
B = 57.68%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#763DF4 (or 0x763DF4) is known color: Blue Violet. HEX triplet: 76, 3D and F4. RGB value is (118,61,244). Sum of RGB (Red+Green+Blue) = 118+61+244=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #763DF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763DF4 is #89C20B. Grayscale: #626262. Windows color (decimal): -9028108 or 16006518. OLE color: 16006518.

HSL color Cylindrical-coordinate representation of color #763DF4: hue angle of 258.69º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763DF4 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 61 244 -
CMYK 0.52 0.75 0 0.04
HSL 258.69º 0.89% 0.6% -
HSV(B) 258.69º 0.75% 0.96% -
XYZ 25.47 13.72 86.89 -
YUV 98.91 209.88 141.62 -
System Red Green Blue C M Y K H S L
Decimal 118 61 244 0.52 0.75 0 0.04 258.69 0.89 0.6
Hex 76 3D F4 34 4B 0 4 103 59 3C
Octal 166 75 364 64 113 0 4 403 131 74
Binary 1110110 111101 11110100 110100 1001011 0 100 100000011 1011001 111100

Color Harmonies of #763DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763DF4

Black with #763DF4

Text Example


Text Example

White with #763DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,244); }

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

background-color css

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

 a { background-color: rgb(118,61,244); }

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

border-color css

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

 span { border-color: rgb(118,61,244); }

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