Html Css Color HEX #7B3CEA Blue Violet

📋 copy color: '#7B3CEA'

red 123 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #7B3CEA

Tints of Blue Violet #7B3CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.39%

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 29.5%
G = 14.39%
B = 56.12%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B3CEA (or 0x7B3CEA) is known color: Blue Violet. HEX triplet: 7B, 3C and EA. RGB value is (123,60,234). Sum of RGB (Red+Green+Blue) = 123+60+234=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B3CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3CEA is #84C315. Grayscale: #626262. Windows color (decimal): -8700694 or 15350907. OLE color: 15350907.

HSL color Cylindrical-coordinate representation of color #7B3CEA: hue angle of 261.72º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B3CEA is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 60 234 -
CMYK 0.47 0.74 0 0.08
HSL 261.72º 0.81% 0.58% -
HSV(B) 261.72º 0.74% 0.92% -
XYZ 24.64 13.38 79.13 -
YUV 98.67 204.37 145.35 -
System Red Green Blue C M Y K H S L
Decimal 123 60 234 0.47 0.74 0 0.08 261.72 0.81 0.58
Hex 7B 3C EA 2F 4A 0 8 106 51 3A
Octal 173 74 352 57 112 0 10 406 121 72
Binary 1111011 111100 11101010 101111 1001010 0 1000 100000110 1010001 111010

Color Harmonies of #7B3CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3CEA

Black with #7B3CEA

Text Example


Text Example

White with #7B3CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,60,234); }

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

background-color css

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

 a { background-color: rgb(123,60,234); }

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

border-color css

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

 span { border-color: rgb(123,60,234); }

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