Html Css Color HEX #7340AB Royal Purple

📋 copy color: '#7340AB'

red 115 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #7340AB

Tints of Royal Purple #7340AB

RGB

 RED value IS 115 (45.31% from 255) = 32.86%

 GREEN value IS 64 (25.39% from 255) = 18.29%

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

R = 32.86%
G = 18.29%
B = 48.86%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7340AB (or 0x7340AB) is known color: Royal Purple. HEX triplet: 73, 40 and AB. RGB value is (115,64,171). Sum of RGB (Red+Green+Blue) = 115+64+171=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #7340AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7340AB is #8CBF54. Grayscale: #5B5B5B. Windows color (decimal): -9224021 or 11223155. OLE color: 11223155.

HSL color Cylindrical-coordinate representation of color #7340AB: hue angle of 268.6º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7340AB is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 64 171 -
CMYK 0.33 0.63 0 0.33
HSL 268.6º 0.46% 0.46% -
HSV(B) 268.6º 0.63% 0.67% -
XYZ 16.25 10.25 39.65 -
YUV 91.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 115 64 171 0.33 0.63 0 0.33 268.6 0.46 0.46
Hex 73 40 AB 21 3F 0 21 10D 2E 2E
Octal 163 100 253 41 77 0 41 415 56 56
Binary 1110011 1000000 10101011 100001 111111 0 100001 100001101 101110 101110

Color Harmonies of #7340AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7340AB

Black with #7340AB

Text Example


Text Example

White with #7340AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7340AB; }

 p { color: rgb(115,64,171); }

 H1.HeaderClassName
 {
   color: #7340AB;
 }
 .AnyTagClassName
 {
   color: #7340AB;
 }
</style>

background-color css

<style>
 a { background-color: #7340AB; }

 a { background-color: rgb(115,64,171); }

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

border-color css

<style>
 span { border-color: #7340AB; }

 span { border-color: rgb(115,64,171); }

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