Html Css Color HEX #762CF9 Blue Violet

📋 copy color: '#762CF9'

red 118 ◦ green 44 ◦ blue 249

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

Shades of Blue Violet #762CF9

Tints of Blue Violet #762CF9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

 BLUE value IS 249 (97.66% from 255) = 60.58%

R = 28.71%
G = 10.71%
B = 60.58%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#762CF9 (or 0x762CF9) is known color: Blue Violet. HEX triplet: 76, 2C and F9. RGB value is (118,44,249). Sum of RGB (Red+Green+Blue) = 118+44+249=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #762CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CF9 is #89D306. Grayscale: #585858. Windows color (decimal): -9032455 or 16329846. OLE color: 16329846.

HSL color Cylindrical-coordinate representation of color #762CF9: hue angle of 261.66º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762CF9 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 44 249 -
CMYK 0.53 0.82 0 0.02
HSL 261.66º 0.94% 0.57% -
HSV(B) 261.66º 0.82% 0.98% -
XYZ 25.47 12.49 90.69 -
YUV 89.5 218.02 148.33 -
System Red Green Blue C M Y K H S L
Decimal 118 44 249 0.53 0.82 0 0.02 261.66 0.94 0.57
Hex 76 2C F9 35 52 0 2 106 5E 39
Octal 166 54 371 65 122 0 2 406 136 71
Binary 1110110 101100 11111001 110101 1010010 0 10 100000110 1011110 111001

Color Harmonies of #762CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762CF9

Black with #762CF9

Text Example


Text Example

White with #762CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762CF9; }

 p { color: rgb(118,44,249); }

 H1.HeaderClassName
 {
   color: #762CF9;
 }
 .AnyTagClassName
 {
   color: #762CF9;
 }
</style>

background-color css

<style>
 a { background-color: #762CF9; }

 a { background-color: rgb(118,44,249); }

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

border-color css

<style>
 span { border-color: #762CF9; }

 span { border-color: rgb(118,44,249); }

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