Html Css Color HEX #7B1EDE Blue Violet

📋 copy color: '#7B1EDE'

red 123 ◦ green 30 ◦ blue 222

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

Shades of Blue Violet #7B1EDE

Tints of Blue Violet #7B1EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8%

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 32.8%
G = 8%
B = 59.2%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B1EDE (or 0x7B1EDE) is known color: Blue Violet. HEX triplet: 7B, 1E and DE. RGB value is (123,30,222). Sum of RGB (Red+Green+Blue) = 123+30+222=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B1EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1EDE is #84E121. Grayscale: #4F4F4F. Windows color (decimal): -8708386 or 14556795. OLE color: 14556795.

HSL color Cylindrical-coordinate representation of color #7B1EDE: hue angle of 269.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1EDE is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 30 222 -
CMYK 0.45 0.86 0 0.13
HSL 269.06º 0.76% 0.49% -
HSV(B) 269.06º 0.86% 0.87% -
XYZ 21.82 10.41 69.97 -
YUV 79.7 208.31 158.89 -
System Red Green Blue C M Y K H S L
Decimal 123 30 222 0.45 0.86 0 0.13 269.06 0.76 0.49
Hex 7B 1E DE 2D 56 0 D 10D 4C 31
Octal 173 36 336 55 126 0 15 415 114 61
Binary 1111011 11110 11011110 101101 1010110 0 1101 100001101 1001100 110001

Color Harmonies of #7B1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1EDE

Black with #7B1EDE

Text Example


Text Example

White with #7B1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,30,222); }

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

background-color css

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

 a { background-color: rgb(123,30,222); }

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

border-color css

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

 span { border-color: rgb(123,30,222); }

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