Html Css Color HEX #763CFC Blue Violet

📋 copy color: '#763CFC'

red 118 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #763CFC

Tints of Blue Violet #763CFC

RGB

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

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

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

R = 27.44%
G = 13.95%
B = 58.6%

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

#763CFC (or 0x763CFC) is known color: Blue Violet. HEX triplet: 76, 3C and FC. RGB value is (118,60,252). Sum of RGB (Red+Green+Blue) = 118+60+252=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #763CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763CFC is #89C303. Grayscale: #626262. Windows color (decimal): -9028356 or 16530550. OLE color: 16530550.

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

Color convert

RGB 118 60 252 -
CMYK 0.53 0.76 0 0.01
HSL 258.13º 0.97% 0.61% -
HSV(B) 258.13º 0.76% 0.99% -
XYZ 26.66 14.11 93.41 -
YUV 99.23 214.22 141.39 -
System Red Green Blue C M Y K H S L
Decimal 118 60 252 0.53 0.76 0 0.01 258.13 0.97 0.61
Hex 76 3C FC 35 4C 0 1 102 61 3D
Octal 166 74 374 65 114 0 1 402 141 75
Binary 1110110 111100 11111100 110101 1001100 0 1 100000010 1100001 111101

Color Harmonies of #763CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CFC

Black with #763CFC

Text Example


Text Example

White with #763CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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