Html Css Color HEX #7B3AAE Royal Purple

📋 copy color: '#7B3AAE'

red 123 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #7B3AAE

Tints of Royal Purple #7B3AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.34%

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

R = 34.65%
G = 16.34%
B = 49.01%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B3AAE (or 0x7B3AAE) is known color: Royal Purple. HEX triplet: 7B, 3A and AE. RGB value is (123,58,174). Sum of RGB (Red+Green+Blue) = 123+58+174=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3AAE is #84C551. Grayscale: #5A5A5A. Windows color (decimal): -8701266 or 11418235. OLE color: 11418235.

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

Color convert

RGB 123 58 174 -
CMYK 0.29 0.67 0 0.32
HSL 273.62º 0.5% 0.45% -
HSV(B) 273.62º 0.67% 0.68% -
XYZ 17.32 10.29 41.12 -
YUV 90.66 175.03 151.07 -
System Red Green Blue C M Y K H S L
Decimal 123 58 174 0.29 0.67 0 0.32 273.62 0.5 0.45
Hex 7B 3A AE 1D 43 0 20 112 32 2D
Octal 173 72 256 35 103 0 40 422 62 55
Binary 1111011 111010 10101110 11101 1000011 0 100000 100010010 110010 101101

Color Harmonies of #7B3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3AAE

Black with #7B3AAE

Text Example


Text Example

White with #7B3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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