Html Css Color HEX #7A3BAB Royal Purple

📋 copy color: '#7A3BAB'

red 122 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #7A3BAB

Tints of Royal Purple #7A3BAB

RGB

 RED value IS 122 (48.05% from 255) = 34.66%

 GREEN value IS 59 (23.44% from 255) = 16.76%

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

R = 34.66%
G = 16.76%
B = 48.58%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A3BAB (or 0x7A3BAB) is known color: Royal Purple. HEX triplet: 7A, 3B and AB. RGB value is (122,59,171). Sum of RGB (Red+Green+Blue) = 122+59+171=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A3BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3BAB is #85C454. Grayscale: #5A5A5A. Windows color (decimal): -8766549 or 11221882. OLE color: 11221882.

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

Color convert

RGB 122 59 171 -
CMYK 0.29 0.65 0 0.33
HSL 273.75º 0.49% 0.45% -
HSV(B) 273.75º 0.65% 0.67% -
XYZ 16.94 10.21 39.61 -
YUV 90.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 122 59 171 0.29 0.65 0 0.33 273.75 0.49 0.45
Hex 7A 3B AB 1D 41 0 21 112 31 2D
Octal 172 73 253 35 101 0 41 422 61 55
Binary 1111010 111011 10101011 11101 1000001 0 100001 100010010 110001 101101

Color Harmonies of #7A3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3BAB

Black with #7A3BAB

Text Example


Text Example

White with #7A3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,59,171); }

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

background-color css

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

 a { background-color: rgb(122,59,171); }

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

border-color css

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

 span { border-color: rgb(122,59,171); }

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