Html Css Color HEX #7141AB Royal Purple

📋 copy color: '#7141AB'

red 113 ◦ green 65 ◦ blue 171

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

Shades of Royal Purple #7141AB

Tints of Royal Purple #7141AB

RGB

 RED value IS 113 (44.53% from 255) = 32.38%

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

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

R = 32.38%
G = 18.62%
B = 49%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7141AB (or 0x7141AB) is known color: Royal Purple. HEX triplet: 71, 41 and AB. RGB value is (113,65,171). Sum of RGB (Red+Green+Blue) = 113+65+171=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #7141AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7141AB is #8EBE54. Grayscale: #5B5B5B. Windows color (decimal): -9354837 or 11223409. OLE color: 11223409.

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

Color convert

RGB 113 65 171 -
CMYK 0.34 0.62 0 0.33
HSL 267.17º 0.45% 0.46% -
HSV(B) 267.17º 0.62% 0.67% -
XYZ 16.05 10.23 39.66 -
YUV 91.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 113 65 171 0.34 0.62 0 0.33 267.17 0.45 0.46
Hex 71 41 AB 22 3E 0 21 10B 2D 2E
Octal 161 101 253 42 76 0 41 413 55 56
Binary 1110001 1000001 10101011 100010 111110 0 100001 100001011 101101 101110

Color Harmonies of #7141AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7141AB

Black with #7141AB

Text Example


Text Example

White with #7141AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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