Html Css Color HEX #7B0FE1 Blue Violet

📋 copy color: '#7B0FE1'

red 123 ◦ green 15 ◦ blue 225

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

Shades of Blue Violet #7B0FE1

Tints of Blue Violet #7B0FE1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.13%

 BLUE value IS 225 (88.28% from 255) = 61.98%

R = 33.88%
G = 4.13%
B = 61.98%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7B0FE1 (or 0x7B0FE1) is known color: Blue Violet. HEX triplet: 7B, 0F and E1. RGB value is (123,15,225). Sum of RGB (Red+Green+Blue) = 123+15+225=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 225 (88.28% from 255 or 61.98% from 363); Max value from RGB is 225 - color contains mainly: blue. Hex color #7B0FE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0FE1 is #84F01E. Grayscale: #464646. Windows color (decimal): -8712223 or 14749563. OLE color: 14749563.

HSL color Cylindrical-coordinate representation of color #7B0FE1: hue angle of 270.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0FE1 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 123 15 225 -
CMYK 0.45 0.93 0 0.12
HSL 270.86º 0.88% 0.47% -
HSV(B) 270.86º 0.93% 0.88% -
XYZ 21.93 9.99 72.01 -
YUV 71.23 214.78 164.92 -
System Red Green Blue C M Y K H S L
Decimal 123 15 225 0.45 0.93 0 0.12 270.86 0.88 0.47
Hex 7B F E1 2D 5D 0 C 10F 58 2F
Octal 173 17 341 55 135 0 14 417 130 57
Binary 1111011 1111 11100001 101101 1011101 0 1100 100001111 1011000 101111

Color Harmonies of #7B0FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0FE1

Black with #7B0FE1

Text Example


Text Example

White with #7B0FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,15,225); }

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

background-color css

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

 a { background-color: rgb(123,15,225); }

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

border-color css

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

 span { border-color: rgb(123,15,225); }

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