Html Css Color HEX #7B3AE1 Blue Violet

📋 copy color: '#7B3AE1'

red 123 ◦ green 58 ◦ blue 225

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

Shades of Blue Violet #7B3AE1

Tints of Blue Violet #7B3AE1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.29%

 BLUE value IS 225 (88.28% from 255) = 55.42%

R = 30.3%
G = 14.29%
B = 55.42%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7B3AE1 (or 0x7B3AE1) is known color: Blue Violet. HEX triplet: 7B, 3A and E1. RGB value is (123,58,225). Sum of RGB (Red+Green+Blue) = 123+58+225=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #7B3AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3AE1 is #84C51E. Grayscale: #5F5F5F. Windows color (decimal): -8701215 or 14760571. OLE color: 14760571.

HSL color Cylindrical-coordinate representation of color #7B3AE1: hue angle of 263.35º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B3AE1 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 123 58 225 -
CMYK 0.45 0.74 0 0.12
HSL 263.35º 0.74% 0.55% -
HSV(B) 263.35º 0.74% 0.88% -
XYZ 23.27 12.67 72.45 -
YUV 96.47 200.53 146.92 -
System Red Green Blue C M Y K H S L
Decimal 123 58 225 0.45 0.74 0 0.12 263.35 0.74 0.55
Hex 7B 3A E1 2D 4A 0 C 107 4A 37
Octal 173 72 341 55 112 0 14 407 112 67
Binary 1111011 111010 11100001 101101 1001010 0 1100 100000111 1001010 110111

Color Harmonies of #7B3AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3AE1

Black with #7B3AE1

Text Example


Text Example

White with #7B3AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,58,225); }

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

background-color css

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

 a { background-color: rgb(123,58,225); }

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

border-color css

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

 span { border-color: rgb(123,58,225); }

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