Html Css Color HEX #763FFA Blue Violet

📋 copy color: '#763FFA'

red 118 ◦ green 63 ◦ blue 250

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

Shades of Blue Violet #763FFA

Tints of Blue Violet #763FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58%

R = 27.38%
G = 14.62%
B = 58%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#763FFA (or 0x763FFA) is known color: Blue Violet. HEX triplet: 76, 3F and FA. RGB value is (118,63,250). Sum of RGB (Red+Green+Blue) = 118+63+250=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #763FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763FFA is #89C005. Grayscale: #646464. Windows color (decimal): -9027590 or 16400246. OLE color: 16400246.

HSL color Cylindrical-coordinate representation of color #763FFA: hue angle of 257.65º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763FFA is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 63 250 -
CMYK 0.53 0.75 0 0.02
HSL 257.65º 0.95% 0.61% -
HSV(B) 257.65º 0.75% 0.98% -
XYZ 26.5 14.31 91.81 -
YUV 100.76 212.22 140.29 -
System Red Green Blue C M Y K H S L
Decimal 118 63 250 0.53 0.75 0 0.02 257.65 0.95 0.61
Hex 76 3F FA 35 4B 0 2 102 5F 3D
Octal 166 77 372 65 113 0 2 402 137 75
Binary 1110110 111111 11111010 110101 1001011 0 10 100000010 1011111 111101

Color Harmonies of #763FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FFA

Black with #763FFA

Text Example


Text Example

White with #763FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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