Html Css Color HEX #7B1FEB Blue Violet

📋 copy color: '#7B1FEB'

red 123 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #7B1FEB

Tints of Blue Violet #7B1FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.97%

 BLUE value IS 235 (92.19% from 255) = 60.41%

R = 31.62%
G = 7.97%
B = 60.41%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B1FEB (or 0x7B1FEB) is known color: Blue Violet. HEX triplet: 7B, 1F and EB. RGB value is (123,31,235). Sum of RGB (Red+Green+Blue) = 123+31+235=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B1FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B1FEB is #84E014. Grayscale: #515151. Windows color (decimal): -8708117 or 15409019. OLE color: 15409019.

HSL color Cylindrical-coordinate representation of color #7B1FEB: hue angle of 267.06º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B1FEB is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 31 235 -
CMYK 0.48 0.87 0 0.08
HSL 267.06º 0.84% 0.52% -
HSV(B) 267.06º 0.87% 0.92% -
XYZ 23.65 11.19 79.51 -
YUV 81.76 214.48 157.41 -
System Red Green Blue C M Y K H S L
Decimal 123 31 235 0.48 0.87 0 0.08 267.06 0.84 0.52
Hex 7B 1F EB 30 57 0 8 10B 54 34
Octal 173 37 353 60 127 0 10 413 124 64
Binary 1111011 11111 11101011 110000 1010111 0 1000 100001011 1010100 110100

Color Harmonies of #7B1FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1FEB

Black with #7B1FEB

Text Example


Text Example

White with #7B1FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,31,235); }

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

background-color css

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

 a { background-color: rgb(123,31,235); }

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

border-color css

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

 span { border-color: rgb(123,31,235); }

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