Html Css Color HEX #7241AB Royal Purple

📋 copy color: '#7241AB'

red 114 ◦ green 65 ◦ blue 171

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

Shades of Royal Purple #7241AB

Tints of Royal Purple #7241AB

RGB

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

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

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

R = 32.57%
G = 18.57%
B = 48.86%

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

#7241AB (or 0x7241AB) is known color: Royal Purple. HEX triplet: 72, 41 and AB. RGB value is (114,65,171). Sum of RGB (Red+Green+Blue) = 114+65+171=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 65 (25.78% from 255 or 18.57% 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 #7241AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7241AB is #8DBE54. Grayscale: #5B5B5B. Windows color (decimal): -9289301 or 11223410. OLE color: 11223410.

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

Color convert

RGB 114 65 171 -
CMYK 0.33 0.62 0 0.33
HSL 267.74º 0.45% 0.46% -
HSV(B) 267.74º 0.62% 0.67% -
XYZ 16.18 10.3 39.66 -
YUV 91.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 114 65 171 0.33 0.62 0 0.33 267.74 0.45 0.46
Hex 72 41 AB 21 3E 0 21 10C 2D 2E
Octal 162 101 253 41 76 0 41 414 55 56
Binary 1110010 1000001 10101011 100001 111110 0 100001 100001100 101101 101110

Color Harmonies of #7241AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7241AB

Black with #7241AB

Text Example


Text Example

White with #7241AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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