Html Css Color HEX #763ADD Blue Violet

📋 copy color: '#763ADD'

red 118 ◦ green 58 ◦ blue 221

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

Shades of Blue Violet #763ADD

Tints of Blue Violet #763ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 29.72%
G = 14.61%
B = 55.67%

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

#763ADD (or 0x763ADD) is known color: Blue Violet. HEX triplet: 76, 3A and DD. RGB value is (118,58,221). Sum of RGB (Red+Green+Blue) = 118+58+221=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #763ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ADD is #89C522. Grayscale: #5D5D5D. Windows color (decimal): -9028899 or 14498422. OLE color: 14498422.

HSL color Cylindrical-coordinate representation of color #763ADD: hue angle of 262.09º degrees, saturation: 0.71, 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 #763ADD is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 58 221 -
CMYK 0.47 0.74 0 0.13
HSL 262.09º 0.71% 0.55% -
HSV(B) 262.09º 0.74% 0.87% -
XYZ 22.04 12.1 69.58 -
YUV 94.52 199.38 144.75 -
System Red Green Blue C M Y K H S L
Decimal 118 58 221 0.47 0.74 0 0.13 262.09 0.71 0.55
Hex 76 3A DD 2F 4A 0 D 106 47 37
Octal 166 72 335 57 112 0 15 406 107 67
Binary 1110110 111010 11011101 101111 1001010 0 1101 100000110 1000111 110111

Color Harmonies of #763ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763ADD

Black with #763ADD

Text Example


Text Example

White with #763ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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