Html Css Color HEX #7B15EA Blue Violet

📋 copy color: '#7B15EA'

red 123 ◦ green 21 ◦ blue 234

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

Shades of Blue Violet #7B15EA

Tints of Blue Violet #7B15EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.56%

 BLUE value IS 234 (91.8% from 255) = 61.9%

R = 32.54%
G = 5.56%
B = 61.9%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B15EA (or 0x7B15EA) is known color: Blue Violet. HEX triplet: 7B, 15 and EA. RGB value is (123,21,234). Sum of RGB (Red+Green+Blue) = 123+21+234=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B15EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B15EA is #84EA15. Grayscale: #4B4B4B. Windows color (decimal): -8710678 or 15340923. OLE color: 15340923.

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

Color convert

RGB 123 21 234 -
CMYK 0.47 0.91 0 0.08
HSL 268.73º 0.84% 0.5% -
HSV(B) 268.73º 0.91% 0.92% -
XYZ 23.29 10.69 78.68 -
YUV 75.78 217.29 161.68 -
System Red Green Blue C M Y K H S L
Decimal 123 21 234 0.47 0.91 0 0.08 268.73 0.84 0.5
Hex 7B 15 EA 2F 5B 0 8 10D 54 32
Octal 173 25 352 57 133 0 10 415 124 62
Binary 1111011 10101 11101010 101111 1011011 0 1000 100001101 1010100 110010

Color Harmonies of #7B15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B15EA

Black with #7B15EA

Text Example


Text Example

White with #7B15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,234); }

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

background-color css

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

 a { background-color: rgb(123,21,234); }

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

border-color css

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

 span { border-color: rgb(123,21,234); }

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