Html Css Color HEX #763DFC Blue Violet

📋 copy color: '#763DFC'

red 118 ◦ green 61 ◦ blue 252

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

Shades of Blue Violet #763DFC

Tints of Blue Violet #763DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.15%

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

R = 27.38%
G = 14.15%
B = 58.47%

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

#763DFC (or 0x763DFC) is known color: Blue Violet. HEX triplet: 76, 3D and FC. RGB value is (118,61,252). Sum of RGB (Red+Green+Blue) = 118+61+252=431 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.38% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #763DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #763DFC is #89C203. Grayscale: #636363. Windows color (decimal): -9028100 or 16530806. OLE color: 16530806.

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

Color convert

RGB 118 61 252 -
CMYK 0.53 0.76 0 0.01
HSL 257.91º 0.97% 0.61% -
HSV(B) 257.91º 0.76% 0.99% -
XYZ 26.71 14.22 93.43 -
YUV 99.82 213.88 140.97 -
System Red Green Blue C M Y K H S L
Decimal 118 61 252 0.53 0.76 0 0.01 257.91 0.97 0.61
Hex 76 3D FC 35 4C 0 1 102 61 3D
Octal 166 75 374 65 114 0 1 402 141 75
Binary 1110110 111101 11111100 110101 1001100 0 1 100000010 1100001 111101

Color Harmonies of #763DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763DFC

Black with #763DFC

Text Example


Text Example

White with #763DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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