Html Css Color HEX #7B3CEF Blue Violet

📋 copy color: '#7B3CEF'

red 123 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #7B3CEF

Tints of Blue Violet #7B3CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 29.15%
G = 14.22%
B = 56.64%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7B3CEF (or 0x7B3CEF) is known color: Blue Violet. HEX triplet: 7B, 3C and EF. RGB value is (123,60,239). Sum of RGB (Red+Green+Blue) = 123+60+239=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #7B3CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3CEF is #84C310. Grayscale: #626262. Windows color (decimal): -8700689 or 15678587. OLE color: 15678587.

HSL color Cylindrical-coordinate representation of color #7B3CEF: hue angle of 261.12º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B3CEF is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 60 239 -
CMYK 0.49 0.75 0 0.06
HSL 261.12º 0.85% 0.59% -
HSV(B) 261.12º 0.75% 0.94% -
XYZ 25.36 13.67 82.96 -
YUV 99.24 206.87 144.95 -
System Red Green Blue C M Y K H S L
Decimal 123 60 239 0.49 0.75 0 0.06 261.12 0.85 0.59
Hex 7B 3C EF 31 4B 0 6 105 55 3B
Octal 173 74 357 61 113 0 6 405 125 73
Binary 1111011 111100 11101111 110001 1001011 0 110 100000101 1010101 111011

Color Harmonies of #7B3CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3CEF

Black with #7B3CEF

Text Example


Text Example

White with #7B3CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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