Html Css Color HEX #762EFE Blue Violet

📋 copy color: '#762EFE'

red 118 ◦ green 46 ◦ blue 254

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

Shades of Blue Violet #762EFE

Tints of Blue Violet #762EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11%

 BLUE value IS 254 (99.61% from 255) = 60.77%

R = 28.23%
G = 11%
B = 60.77%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#762EFE (or 0x762EFE) is known color: Blue Violet. HEX triplet: 76, 2E and FE. RGB value is (118,46,254). Sum of RGB (Red+Green+Blue) = 118+46+254=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #762EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762EFE is #89D101. Grayscale: #5A5A5A. Windows color (decimal): -9031938 or 16658038. OLE color: 16658038.

HSL color Cylindrical-coordinate representation of color #762EFE: hue angle of 260.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762EFE is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 46 254 -
CMYK 0.54 0.82 0 0.00
HSL 260.77º 0.99% 0.59% -
HSV(B) 260.77º 0.82% 1% -
XYZ 26.34 12.96 94.88 -
YUV 91.24 219.85 147.09 -
System Red Green Blue C M Y K H S L
Decimal 118 46 254 0.54 0.82 0 0.00 260.77 0.99 0.59
Hex 76 2E FE 36 52 0 0 105 63 3B
Octal 166 56 376 66 122 0 0 405 143 73
Binary 1110110 101110 11111110 110110 1010010 0 0 100000101 1100011 111011

Color Harmonies of #762EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762EFE

Black with #762EFE

Text Example


Text Example

White with #762EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,46,254); }

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

background-color css

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

 a { background-color: rgb(118,46,254); }

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

border-color css

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

 span { border-color: rgb(118,46,254); }

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