Html Css Color HEX #7B0EDE Blue Violet

📋 copy color: '#7B0EDE'

red 123 ◦ green 14 ◦ blue 222

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

Shades of Blue Violet #7B0EDE

Tints of Blue Violet #7B0EDE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.9%

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

R = 34.26%
G = 3.9%
B = 61.84%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B0EDE (or 0x7B0EDE) is known color: Blue Violet. HEX triplet: 7B, 0E and DE. RGB value is (123,14,222). Sum of RGB (Red+Green+Blue) = 123+14+222=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 14 (5.86% from 255 or 3.90% from 359); Blue value is 222 (87.11% from 255 or 61.84% from 359); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B0EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0EDE is #84F121. Grayscale: #454545. Windows color (decimal): -8712482 or 14552699. OLE color: 14552699.

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

Color convert

RGB 123 14 222 -
CMYK 0.45 0.94 0 0.13
HSL 271.44º 0.88% 0.46% -
HSV(B) 271.44º 0.94% 0.87% -
XYZ 21.51 9.8 69.86 -
YUV 70.3 213.61 165.59 -
System Red Green Blue C M Y K H S L
Decimal 123 14 222 0.45 0.94 0 0.13 271.44 0.88 0.46
Hex 7B E DE 2D 5E 0 D 10F 58 2E
Octal 173 16 336 55 136 0 15 417 130 56
Binary 1111011 1110 11011110 101101 1011110 0 1101 100001111 1011000 101110

Color Harmonies of #7B0EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0EDE

Black with #7B0EDE

Text Example


Text Example

White with #7B0EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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