Html Css Color HEX #762BEF Blue Violet

📋 copy color: '#762BEF'

red 118 ◦ green 43 ◦ blue 239

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

Shades of Blue Violet #762BEF

Tints of Blue Violet #762BEF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.75%

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

R = 29.5%
G = 10.75%
B = 59.75%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#762BEF (or 0x762BEF) is known color: Blue Violet. HEX triplet: 76, 2B and EF. RGB value is (118,43,239). Sum of RGB (Red+Green+Blue) = 118+43+239=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #762BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762BEF is #89D410. Grayscale: #575757. Windows color (decimal): -9032721 or 15674230. OLE color: 15674230.

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

Color convert

RGB 118 43 239 -
CMYK 0.51 0.82 0 0.06
HSL 262.96º 0.86% 0.55% -
HSV(B) 262.96º 0.82% 0.94% -
XYZ 23.92 11.81 82.68 -
YUV 87.77 213.35 149.56 -
System Red Green Blue C M Y K H S L
Decimal 118 43 239 0.51 0.82 0 0.06 262.96 0.86 0.55
Hex 76 2B EF 33 52 0 6 107 56 37
Octal 166 53 357 63 122 0 6 407 126 67
Binary 1110110 101011 11101111 110011 1010010 0 110 100000111 1010110 110111

Color Harmonies of #762BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BEF

Black with #762BEF

Text Example


Text Example

White with #762BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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