Html Css Color HEX #762BFB Blue Violet

📋 copy color: '#762BFB'

red 118 ◦ green 43 ◦ blue 251

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

Shades of Blue Violet #762BFB

Tints of Blue Violet #762BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.92%

R = 28.64%
G = 10.44%
B = 60.92%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#762BFB (or 0x762BFB) is known color: Blue Violet. HEX triplet: 76, 2B and FB. RGB value is (118,43,251). Sum of RGB (Red+Green+Blue) = 118+43+251=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #762BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762BFB is #89D404. Grayscale: #585858. Windows color (decimal): -9032709 or 16460662. OLE color: 16460662.

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

Color convert

RGB 118 43 251 -
CMYK 0.53 0.83 0 0.02
HSL 261.63º 0.96% 0.58% -
HSV(B) 261.63º 0.83% 0.98% -
XYZ 25.75 12.54 92.33 -
YUV 89.14 219.35 148.59 -
System Red Green Blue C M Y K H S L
Decimal 118 43 251 0.53 0.83 0 0.02 261.63 0.96 0.58
Hex 76 2B FB 35 53 0 2 106 60 3A
Octal 166 53 373 65 123 0 2 406 140 72
Binary 1110110 101011 11111011 110101 1010011 0 10 100000110 1100000 111010

Color Harmonies of #762BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762BFB

Black with #762BFB

Text Example


Text Example

White with #762BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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