Html Css Color HEX #7241AA Royal Purple

📋 copy color: '#7241AA'

red 114 ◦ green 65 ◦ blue 170

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

Shades of Royal Purple #7241AA

Tints of Royal Purple #7241AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

 BLUE value IS 170 (66.8% from 255) = 48.71%

R = 32.66%
G = 18.62%
B = 48.71%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7241AA (or 0x7241AA) is known color: Royal Purple. HEX triplet: 72, 41 and AA. RGB value is (114,65,170). Sum of RGB (Red+Green+Blue) = 114+65+170=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #7241AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7241AA is #8DBE55. Grayscale: #5B5B5B. Windows color (decimal): -9289302 or 11157874. OLE color: 11157874.

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

Color convert

RGB 114 65 170 -
CMYK 0.33 0.62 0 0.33
HSL 268º 0.45% 0.46% -
HSV(B) 268º 0.62% 0.67% -
XYZ 16.09 10.26 39.16 -
YUV 91.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 114 65 170 0.33 0.62 0 0.33 268 0.45 0.46
Hex 72 41 AA 21 3E 0 21 10C 2D 2E
Octal 162 101 252 41 76 0 41 414 55 56
Binary 1110010 1000001 10101010 100001 111110 0 100001 100001100 101101 101110

Color Harmonies of #7241AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7241AA

Black with #7241AA

Text Example


Text Example

White with #7241AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7241AA; }

 p { color: rgb(114,65,170); }

 H1.HeaderClassName
 {
   color: #7241AA;
 }
 .AnyTagClassName
 {
   color: #7241AA;
 }
</style>

background-color css

<style>
 a { background-color: #7241AA; }

 a { background-color: rgb(114,65,170); }

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

border-color css

<style>
 span { border-color: #7241AA; }

 span { border-color: rgb(114,65,170); }

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