Html Css Color HEX #7B2BAE Royal Purple

📋 copy color: '#7B2BAE'

red 123 ◦ green 43 ◦ blue 174

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

Shades of Royal Purple #7B2BAE

Tints of Royal Purple #7B2BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.18%

R = 36.18%
G = 12.65%
B = 51.18%

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

#7B2BAE (or 0x7B2BAE) is known color: Royal Purple. HEX triplet: 7B, 2B and AE. RGB value is (123,43,174). Sum of RGB (Red+Green+Blue) = 123+43+174=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2BAE is #84D451. Grayscale: #515151. Windows color (decimal): -8705106 or 11414395. OLE color: 11414395.

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

Color convert

RGB 123 43 174 -
CMYK 0.29 0.75 0 0.32
HSL 276.64º 0.6% 0.43% -
HSV(B) 276.64º 0.75% 0.68% -
XYZ 16.67 8.99 40.9 -
YUV 81.85 180 157.35 -
System Red Green Blue C M Y K H S L
Decimal 123 43 174 0.29 0.75 0 0.32 276.64 0.6 0.43
Hex 7B 2B AE 1D 4B 0 20 115 3C 2B
Octal 173 53 256 35 113 0 40 425 74 53
Binary 1111011 101011 10101110 11101 1001011 0 100000 100010101 111100 101011

Color Harmonies of #7B2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2BAE

Black with #7B2BAE

Text Example


Text Example

White with #7B2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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