Html Css Color HEX #7B15DD Blue Violet

📋 copy color: '#7B15DD'

red 123 ◦ green 21 ◦ blue 221

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

Shades of Blue Violet #7B15DD

Tints of Blue Violet #7B15DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 33.7%
G = 5.75%
B = 60.55%

CMYK

 C value IS 0.44

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B15DD (or 0x7B15DD) is known color: Blue Violet. HEX triplet: 7B, 15 and DD. RGB value is (123,21,221). Sum of RGB (Red+Green+Blue) = 123+21+221=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B15DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B15DD is #84EA22. Grayscale: #494949. Windows color (decimal): -8710691 or 14488955. OLE color: 14488955.

HSL color Cylindrical-coordinate representation of color #7B15DD: hue angle of 270.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B15DD is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 21 221 -
CMYK 0.44 0.90 0 0.13
HSL 270.6º 0.83% 0.47% -
HSV(B) 270.6º 0.9% 0.87% -
XYZ 21.49 9.97 69.2 -
YUV 74.3 210.79 162.74 -
System Red Green Blue C M Y K H S L
Decimal 123 21 221 0.44 0.90 0 0.13 270.6 0.83 0.47
Hex 7B 15 DD 2C 5A 0 D 10F 53 2F
Octal 173 25 335 54 132 0 15 417 123 57
Binary 1111011 10101 11011101 101100 1011010 0 1101 100001111 1010011 101111

Color Harmonies of #7B15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B15DD

Black with #7B15DD

Text Example


Text Example

White with #7B15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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