Html Css Color HEX #7B2BAD Royal Purple

📋 copy color: '#7B2BAD'

red 123 ◦ green 43 ◦ blue 173

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

Shades of Royal Purple #7B2BAD

Tints of Royal Purple #7B2BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.68%

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 36.28%
G = 12.68%
B = 51.03%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B2BAD (or 0x7B2BAD) is known color: Royal Purple. HEX triplet: 7B, 2B and AD. RGB value is (123,43,173). Sum of RGB (Red+Green+Blue) = 123+43+173=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B2BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2BAD is #84D452. Grayscale: #515151. Windows color (decimal): -8705107 or 11348859. OLE color: 11348859.

HSL color Cylindrical-coordinate representation of color #7B2BAD: hue angle of 276.92º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B2BAD is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 43 173 -
CMYK 0.29 0.75 0 0.32
HSL 276.92º 0.6% 0.42% -
HSV(B) 276.92º 0.75% 0.68% -
XYZ 16.58 8.96 40.39 -
YUV 81.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 123 43 173 0.29 0.75 0 0.32 276.92 0.6 0.42
Hex 7B 2B AD 1D 4B 0 20 115 3C 2A
Octal 173 53 255 35 113 0 40 425 74 52
Binary 1111011 101011 10101101 11101 1001011 0 100000 100010101 111100 101010

Color Harmonies of #7B2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2BAD

Black with #7B2BAD

Text Example


Text Example

White with #7B2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,43,173); }

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

background-color css

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

 a { background-color: rgb(123,43,173); }

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

border-color css

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

 span { border-color: rgb(123,43,173); }

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