Html Css Color HEX #7340AC Royal Purple

📋 copy color: '#7340AC'

red 115 ◦ green 64 ◦ blue 172

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

Shades of Royal Purple #7340AC

Tints of Royal Purple #7340AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 32.76%
G = 18.23%
B = 49%

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

#7340AC (or 0x7340AC) is known color: Royal Purple. HEX triplet: 73, 40 and AC. RGB value is (115,64,172). Sum of RGB (Red+Green+Blue) = 115+64+172=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #7340AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7340AC is #8CBF53. Grayscale: #5B5B5B. Windows color (decimal): -9224020 or 11288691. OLE color: 11288691.

HSL color Cylindrical-coordinate representation of color #7340AC: hue angle of 268.33º 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 #7340AC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 64 172 -
CMYK 0.33 0.63 0 0.33
HSL 268.33º 0.46% 0.46% -
HSV(B) 268.33º 0.63% 0.67% -
XYZ 16.35 10.29 40.15 -
YUV 91.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 115 64 172 0.33 0.63 0 0.33 268.33 0.46 0.46
Hex 73 40 AC 21 3F 0 21 10C 2E 2E
Octal 163 100 254 41 77 0 41 414 56 56
Binary 1110011 1000000 10101100 100001 111111 0 100001 100001100 101110 101110

Color Harmonies of #7340AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7340AC

Black with #7340AC

Text Example


Text Example

White with #7340AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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