Html Css Color HEX #762AFB Blue Violet

📋 copy color: '#762AFB'

red 118 ◦ green 42 ◦ blue 251

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

Shades of Blue Violet #762AFB

Tints of Blue Violet #762AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.22%

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

R = 28.71%
G = 10.22%
B = 61.07%

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

#762AFB (or 0x762AFB) is known color: Blue Violet. HEX triplet: 76, 2A and FB. RGB value is (118,42,251). Sum of RGB (Red+Green+Blue) = 118+42+251=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #762AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762AFB is #89D504. Grayscale: #575757. Windows color (decimal): -9032965 or 16460406. OLE color: 16460406.

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

Color convert

RGB 118 42 251 -
CMYK 0.53 0.83 0 0.02
HSL 261.82º 0.96% 0.57% -
HSV(B) 261.82º 0.83% 0.98% -
XYZ 25.71 12.47 92.32 -
YUV 88.55 219.68 149.01 -
System Red Green Blue C M Y K H S L
Decimal 118 42 251 0.53 0.83 0 0.02 261.82 0.96 0.57
Hex 76 2A FB 35 53 0 2 106 60 39
Octal 166 52 373 65 123 0 2 406 140 71
Binary 1110110 101010 11111011 110101 1010011 0 10 100000110 1100000 111001

Color Harmonies of #762AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762AFB

Black with #762AFB

Text Example


Text Example

White with #762AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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