Html Css Color HEX #762DEF Blue Violet

📋 copy color: '#762DEF'

red 118 ◦ green 45 ◦ blue 239

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

Shades of Blue Violet #762DEF

Tints of Blue Violet #762DEF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.19%

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 29.35%
G = 11.19%
B = 59.45%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#762DEF (or 0x762DEF) is known color: Blue Violet. HEX triplet: 76, 2D and EF. RGB value is (118,45,239). Sum of RGB (Red+Green+Blue) = 118+45+239=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #762DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762DEF is #89D210. Grayscale: #585858. Windows color (decimal): -9032209 or 15674742. OLE color: 15674742.

HSL color Cylindrical-coordinate representation of color #762DEF: hue angle of 262.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762DEF is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 45 239 -
CMYK 0.51 0.81 0 0.06
HSL 262.58º 0.86% 0.56% -
HSV(B) 262.58º 0.81% 0.94% -
XYZ 23.99 11.96 82.71 -
YUV 88.94 212.68 148.73 -
System Red Green Blue C M Y K H S L
Decimal 118 45 239 0.51 0.81 0 0.06 262.58 0.86 0.56
Hex 76 2D EF 33 51 0 6 107 56 38
Octal 166 55 357 63 121 0 6 407 126 70
Binary 1110110 101101 11101111 110011 1010001 0 110 100000111 1010110 111000

Color Harmonies of #762DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762DEF

Black with #762DEF

Text Example


Text Example

White with #762DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,45,239); }

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

background-color css

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

 a { background-color: rgb(118,45,239); }

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

border-color css

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

 span { border-color: rgb(118,45,239); }

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