Html Css Color HEX #763CFD Blue Violet

📋 copy color: '#763CFD'

red 118 ◦ green 60 ◦ blue 253

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

Shades of Blue Violet #763CFD

Tints of Blue Violet #763CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.92%

 BLUE value IS 253 (99.22% from 255) = 58.7%

R = 27.38%
G = 13.92%
B = 58.7%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#763CFD (or 0x763CFD) is known color: Blue Violet. HEX triplet: 76, 3C and FD. RGB value is (118,60,253). Sum of RGB (Red+Green+Blue) = 118+60+253=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #763CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763CFD is #89C302. Grayscale: #626262. Windows color (decimal): -9028355 or 16596086. OLE color: 16596086.

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

Color convert

RGB 118 60 253 -
CMYK 0.53 0.76 0 0.01
HSL 258.03º 0.98% 0.61% -
HSV(B) 258.03º 0.76% 0.99% -
XYZ 26.82 14.18 94.25 -
YUV 99.34 214.72 141.31 -
System Red Green Blue C M Y K H S L
Decimal 118 60 253 0.53 0.76 0 0.01 258.03 0.98 0.61
Hex 76 3C FD 35 4C 0 1 102 62 3D
Octal 166 74 375 65 114 0 1 402 142 75
Binary 1110110 111100 11111101 110101 1001100 0 1 100000010 1100010 111101

Color Harmonies of #763CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CFD

Black with #763CFD

Text Example


Text Example

White with #763CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,60,253); }

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

background-color css

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

 a { background-color: rgb(118,60,253); }

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

border-color css

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

 span { border-color: rgb(118,60,253); }

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