Html Css Color HEX #7B1BED Blue Violet

📋 copy color: '#7B1BED'

red 123 ◦ green 27 ◦ blue 237

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

Shades of Blue Violet #7B1BED

Tints of Blue Violet #7B1BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.98%

 BLUE value IS 237 (92.97% from 255) = 61.24%

R = 31.78%
G = 6.98%
B = 61.24%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B1BED (or 0x7B1BED) is known color: Blue Violet. HEX triplet: 7B, 1B and ED. RGB value is (123,27,237). Sum of RGB (Red+Green+Blue) = 123+27+237=387 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.78% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B1BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B1BED is #84E412. Grayscale: #4E4E4E. Windows color (decimal): -8709139 or 15539067. OLE color: 15539067.

HSL color Cylindrical-coordinate representation of color #7B1BED: hue angle of 267.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B1BED is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 27 237 -
CMYK 0.48 0.89 0 0.07
HSL 267.43º 0.85% 0.52% -
HSV(B) 267.43º 0.89% 0.93% -
XYZ 23.85 11.11 81.01 -
YUV 79.64 216.8 158.92 -
System Red Green Blue C M Y K H S L
Decimal 123 27 237 0.48 0.89 0 0.07 267.43 0.85 0.52
Hex 7B 1B ED 30 59 0 7 10B 55 34
Octal 173 33 355 60 131 0 7 413 125 64
Binary 1111011 11011 11101101 110000 1011001 0 111 100001011 1010101 110100

Color Harmonies of #7B1BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1BED

Black with #7B1BED

Text Example


Text Example

White with #7B1BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,27,237); }

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

background-color css

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

 a { background-color: rgb(123,27,237); }

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

border-color css

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

 span { border-color: rgb(123,27,237); }

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