Html Css Color HEX #763FDA Blue Violet

📋 copy color: '#763FDA'

red 118 ◦ green 63 ◦ blue 218

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

Shades of Blue Violet #763FDA

Tints of Blue Violet #763FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.79%

 BLUE value IS 218 (85.55% from 255) = 54.64%

R = 29.57%
G = 15.79%
B = 54.64%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#763FDA (or 0x763FDA) is known color: Blue Violet. HEX triplet: 76, 3F and DA. RGB value is (118,63,218). Sum of RGB (Red+Green+Blue) = 118+63+218=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #763FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763FDA is #89C025. Grayscale: #606060. Windows color (decimal): -9027622 or 14303094. OLE color: 14303094.

HSL color Cylindrical-coordinate representation of color #763FDA: hue angle of 261.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #763FDA is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 63 218 -
CMYK 0.46 0.71 0 0.15
HSL 261.29º 0.68% 0.55% -
HSV(B) 261.29º 0.71% 0.85% -
XYZ 21.9 12.47 67.58 -
YUV 97.12 196.22 142.9 -
System Red Green Blue C M Y K H S L
Decimal 118 63 218 0.46 0.71 0 0.15 261.29 0.68 0.55
Hex 76 3F DA 2E 47 0 F 105 44 37
Octal 166 77 332 56 107 0 17 405 104 67
Binary 1110110 111111 11011010 101110 1000111 0 1111 100000101 1000100 110111

Color Harmonies of #763FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FDA

Black with #763FDA

Text Example


Text Example

White with #763FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,63,218); }

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

background-color css

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

 a { background-color: rgb(118,63,218); }

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

border-color css

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

 span { border-color: rgb(118,63,218); }

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