Html Css Color HEX #7240AC Royal Purple

📋 copy color: '#7240AC'

red 114 ◦ green 64 ◦ blue 172

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

Shades of Royal Purple #7240AC

Tints of Royal Purple #7240AC

RGB

 RED value IS 114 (44.92% from 255) = 32.57%

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

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

R = 32.57%
G = 18.29%
B = 49.14%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7240AC (or 0x7240AC) is known color: Royal Purple. HEX triplet: 72, 40 and AC. RGB value is (114,64,172). Sum of RGB (Red+Green+Blue) = 114+64+172=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #7240AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7240AC is #8DBF53. Grayscale: #5A5A5A. Windows color (decimal): -9289556 or 11288690. OLE color: 11288690.

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

Color convert

RGB 114 64 172 -
CMYK 0.34 0.63 0 0.33
HSL 267.78º 0.46% 0.46% -
HSV(B) 267.78º 0.63% 0.67% -
XYZ 16.22 10.22 40.15 -
YUV 91.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 114 64 172 0.34 0.63 0 0.33 267.78 0.46 0.46
Hex 72 40 AC 22 3F 0 21 10C 2E 2E
Octal 162 100 254 42 77 0 41 414 56 56
Binary 1110010 1000000 10101100 100010 111111 0 100001 100001100 101110 101110

Color Harmonies of #7240AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7240AC

Black with #7240AC

Text Example


Text Example

White with #7240AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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