Html Css Color HEX #763BFC Blue Violet

📋 copy color: '#763BFC'

red 118 ◦ green 59 ◦ blue 252

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

Shades of Blue Violet #763BFC

Tints of Blue Violet #763BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.74%

R = 27.51%
G = 13.75%
B = 58.74%

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

#763BFC (or 0x763BFC) is known color: Blue Violet. HEX triplet: 76, 3B and FC. RGB value is (118,59,252). Sum of RGB (Red+Green+Blue) = 118+59+252=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #763BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763BFC is #89C403. Grayscale: #616161. Windows color (decimal): -9028612 or 16530294. OLE color: 16530294.

HSL color Cylindrical-coordinate representation of color #763BFC: hue angle of 258.34º degrees, saturation: 0.97, 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 #763BFC is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 59 252 -
CMYK 0.53 0.77 0 0.01
HSL 258.34º 0.97% 0.61% -
HSV(B) 258.34º 0.77% 0.99% -
XYZ 26.61 14.01 93.4 -
YUV 98.64 214.55 141.81 -
System Red Green Blue C M Y K H S L
Decimal 118 59 252 0.53 0.77 0 0.01 258.34 0.97 0.61
Hex 76 3B FC 35 4D 0 1 102 61 3D
Octal 166 73 374 65 115 0 1 402 141 75
Binary 1110110 111011 11111100 110101 1001101 0 1 100000010 1100001 111101

Color Harmonies of #763BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BFC

Black with #763BFC

Text Example


Text Example

White with #763BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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