Html Css Color HEX #763EDF Blue Violet

📋 copy color: '#763EDF'

red 118 ◦ green 62 ◦ blue 223

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

Shades of Blue Violet #763EDF

Tints of Blue Violet #763EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 29.28%
G = 15.38%
B = 55.33%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#763EDF (or 0x763EDF) is known color: Blue Violet. HEX triplet: 76, 3E and DF. RGB value is (118,62,223). Sum of RGB (Red+Green+Blue) = 118+62+223=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 62 (24.61% from 255 or 15.38% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #763EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763EDF is #89C120. Grayscale: #606060. Windows color (decimal): -9027873 or 14630518. OLE color: 14630518.

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

Color convert

RGB 118 62 223 -
CMYK 0.47 0.72 0 0.13
HSL 260.87º 0.72% 0.56% -
HSV(B) 260.87º 0.72% 0.87% -
XYZ 22.51 12.62 71.06 -
YUV 97.1 199.05 142.91 -
System Red Green Blue C M Y K H S L
Decimal 118 62 223 0.47 0.72 0 0.13 260.87 0.72 0.56
Hex 76 3E DF 2F 48 0 D 105 48 38
Octal 166 76 337 57 110 0 15 405 110 70
Binary 1110110 111110 11011111 101111 1001000 0 1101 100000101 1001000 111000

Color Harmonies of #763EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EDF

Black with #763EDF

Text Example


Text Example

White with #763EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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