Html Css Color HEX #7B1EFF Blue Violet

📋 copy color: '#7B1EFF'

red 123 ◦ green 30 ◦ blue 255

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

Shades of Blue Violet #7B1EFF

Tints of Blue Violet #7B1EFF

RGB

 RED value IS 123 (48.44% from 255) = 30.15%

 GREEN value IS 30 (12.11% from 255) = 7.35%

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

R = 30.15%
G = 7.35%
B = 62.5%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B1EFF (or 0x7B1EFF) is known color: Blue Violet. HEX triplet: 7B, 1E and FF. RGB value is (123,30,255). Sum of RGB (Red+Green+Blue) = 123+30+255=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B1EFF is #84E100. Grayscale: #525252. Windows color (decimal): -8708353 or 16719483. OLE color: 16719483.

HSL color Cylindrical-coordinate representation of color #7B1EFF: hue angle of 264.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B1EFF is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 123 30 255 -
CMYK 0.52 0.88 0 0
HSL 264.8º 1% 0.56% -
HSV(B) 264.8º 0.88% 1% -
XYZ 26.68 12.36 95.59 -
YUV 83.46 224.81 156.2 -
System Red Green Blue C M Y K H S L
Decimal 123 30 255 0.52 0.88 0 0 264.8 1 0.56
Hex 7B 1E FF 34 58 0 0 109 64 38
Octal 173 36 377 64 130 0 0 411 144 70
Binary 1111011 11110 11111111 110100 1011000 0 0 100001001 1100100 111000

Color Harmonies of #7B1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1EFF

Black with #7B1EFF

Text Example


Text Example

White with #7B1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B1EFF; }

 p { color: rgb(123,30,255); }

 H1.HeaderClassName
 {
   color: #7B1EFF;
 }
 .AnyTagClassName
 {
   color: #7B1EFF;
 }
</style>

background-color css

<style>
 a { background-color: #7B1EFF; }

 a { background-color: rgb(123,30,255); }

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

border-color css

<style>
 span { border-color: #7B1EFF; }

 span { border-color: rgb(123,30,255); }

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