Html Css Color HEX #7B34AB Royal Purple

📋 copy color: '#7B34AB'

red 123 ◦ green 52 ◦ blue 171

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

Shades of Royal Purple #7B34AB

Tints of Royal Purple #7B34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 35.55%
G = 15.03%
B = 49.42%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B34AB (or 0x7B34AB) is known color: Royal Purple. HEX triplet: 7B, 34 and AB. RGB value is (123,52,171). Sum of RGB (Red+Green+Blue) = 123+52+171=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B34AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B34AB is #84CB54. Grayscale: #565656. Windows color (decimal): -8702805 or 11220091. OLE color: 11220091.

HSL color Cylindrical-coordinate representation of color #7B34AB: hue angle of 275.8º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B34AB is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 52 171 -
CMYK 0.28 0.70 0 0.33
HSL 275.8º 0.53% 0.44% -
HSV(B) 275.8º 0.7% 0.67% -
XYZ 16.75 9.61 39.5 -
YUV 86.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 123 52 171 0.28 0.70 0 0.33 275.8 0.53 0.44
Hex 7B 34 AB 1C 46 0 21 114 35 2C
Octal 173 64 253 34 106 0 41 424 65 54
Binary 1111011 110100 10101011 11100 1000110 0 100001 100010100 110101 101100

Color Harmonies of #7B34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B34AB

Black with #7B34AB

Text Example


Text Example

White with #7B34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,52,171); }

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

background-color css

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

 a { background-color: rgb(123,52,171); }

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

border-color css

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

 span { border-color: rgb(123,52,171); }

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