Html Css Color HEX #763ADF Blue Violet

📋 copy color: '#763ADF'

red 118 ◦ green 58 ◦ blue 223

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

Shades of Blue Violet #763ADF

Tints of Blue Violet #763ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.54%

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

R = 29.57%
G = 14.54%
B = 55.89%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#763ADF (or 0x763ADF) is known color: Blue Violet. HEX triplet: 76, 3A and DF. RGB value is (118,58,223). Sum of RGB (Red+Green+Blue) = 118+58+223=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #763ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ADF is #89C520. Grayscale: #5E5E5E. Windows color (decimal): -9028897 or 14629494. OLE color: 14629494.

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

Color convert

RGB 118 58 223 -
CMYK 0.47 0.74 0 0.13
HSL 261.82º 0.72% 0.55% -
HSV(B) 261.82º 0.74% 0.87% -
XYZ 22.3 12.21 70.99 -
YUV 94.75 200.38 144.58 -
System Red Green Blue C M Y K H S L
Decimal 118 58 223 0.47 0.74 0 0.13 261.82 0.72 0.55
Hex 76 3A DF 2F 4A 0 D 106 48 37
Octal 166 72 337 57 112 0 15 406 110 67
Binary 1110110 111010 11011111 101111 1001010 0 1101 100000110 1001000 110111

Color Harmonies of #763ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763ADF

Black with #763ADF

Text Example


Text Example

White with #763ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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