Html Css Color HEX #762EFF Blue Violet

📋 copy color: '#762EFF'

red 118 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #762EFF

Tints of Blue Violet #762EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 28.16%
G = 10.98%
B = 60.86%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#762EFF (or 0x762EFF) is known color: Blue Violet. HEX triplet: 76, 2E and FF. RGB value is (118,46,255). Sum of RGB (Red+Green+Blue) = 118+46+255=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #762EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762EFF is #89D100. Grayscale: #5A5A5A. Windows color (decimal): -9031937 or 16723574. OLE color: 16723574.

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

Color convert

RGB 118 46 255 -
CMYK 0.54 0.82 0 0
HSL 260.67º 1% 0.59% -
HSV(B) 260.67º 0.82% 1% -
XYZ 26.5 13.03 95.73 -
YUV 91.35 220.35 147.01 -
System Red Green Blue C M Y K H S L
Decimal 118 46 255 0.54 0.82 0 0 260.67 1 0.59
Hex 76 2E FF 36 52 0 0 105 64 3B
Octal 166 56 377 66 122 0 0 405 144 73
Binary 1110110 101110 11111111 110110 1010010 0 0 100000101 1100100 111011

Color Harmonies of #762EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762EFF

Black with #762EFF

Text Example


Text Example

White with #762EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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