Html Css Color HEX #763BFD Blue Violet

📋 copy color: '#763BFD'

red 118 ◦ green 59 ◦ blue 253

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

Shades of Blue Violet #763BFD

Tints of Blue Violet #763BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.72%

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

R = 27.44%
G = 13.72%
B = 58.84%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#763BFD (or 0x763BFD) is known color: Blue Violet. HEX triplet: 76, 3B and FD. RGB value is (118,59,253). Sum of RGB (Red+Green+Blue) = 118+59+253=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #763BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BFD is #89C402. Grayscale: #626262. Windows color (decimal): -9028611 or 16595830. OLE color: 16595830.

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

Color convert

RGB 118 59 253 -
CMYK 0.53 0.77 0 0.01
HSL 258.25º 0.98% 0.61% -
HSV(B) 258.25º 0.77% 0.99% -
XYZ 26.76 14.07 94.23 -
YUV 98.76 215.05 141.73 -
System Red Green Blue C M Y K H S L
Decimal 118 59 253 0.53 0.77 0 0.01 258.25 0.98 0.61
Hex 76 3B FD 35 4D 0 1 102 62 3D
Octal 166 73 375 65 115 0 1 402 142 75
Binary 1110110 111011 11111101 110101 1001101 0 1 100000010 1100010 111101

Color Harmonies of #763BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BFD

Black with #763BFD

Text Example


Text Example

White with #763BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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