Html Css Color HEX #762BFF Blue Violet

📋 copy color: '#762BFF'

red 118 ◦ green 43 ◦ blue 255

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

Shades of Blue Violet #762BFF

Tints of Blue Violet #762BFF

RGB

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

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

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

R = 28.37%
G = 10.34%
B = 61.3%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#762BFF (or 0x762BFF) is known color: Blue Violet. HEX triplet: 76, 2B and FF. RGB value is (118,43,255). Sum of RGB (Red+Green+Blue) = 118+43+255=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #762BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762BFF is #89D400. Grayscale: #585858. Windows color (decimal): -9032705 or 16722806. OLE color: 16722806.

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

Color convert

RGB 118 43 255 -
CMYK 0.54 0.83 0 0
HSL 261.23º 1% 0.58% -
HSV(B) 261.23º 0.83% 1% -
XYZ 26.39 12.8 95.69 -
YUV 89.59 221.35 148.26 -
System Red Green Blue C M Y K H S L
Decimal 118 43 255 0.54 0.83 0 0 261.23 1 0.58
Hex 76 2B FF 36 53 0 0 105 64 3A
Octal 166 53 377 66 123 0 0 405 144 72
Binary 1110110 101011 11111111 110110 1010011 0 0 100000101 1100100 111010

Color Harmonies of #762BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BFF

Black with #762BFF

Text Example


Text Example

White with #762BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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