Html Css Color HEX #7141BA Purple Heart

📋 copy color: '#7141BA'

red 113 ◦ green 65 ◦ blue 186

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

Shades of Purple Heart #7141BA

Tints of Purple Heart #7141BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 31.04%
G = 17.86%
B = 51.1%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7141BA (or 0x7141BA) is known color: Purple Heart. HEX triplet: 71, 41 and BA. RGB value is (113,65,186). Sum of RGB (Red+Green+Blue) = 113+65+186=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #7141BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7141BA is #8EBE45. Grayscale: #5C5C5C. Windows color (decimal): -9354822 or 12206449. OLE color: 12206449.

HSL color Cylindrical-coordinate representation of color #7141BA: hue angle of 263.8º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7141BA is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 65 186 -
CMYK 0.39 0.65 0 0.27
HSL 263.8º 0.48% 0.49% -
HSV(B) 263.8º 0.65% 0.73% -
XYZ 17.56 10.84 47.62 -
YUV 93.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 113 65 186 0.39 0.65 0 0.27 263.8 0.48 0.49
Hex 71 41 BA 27 41 0 1B 108 30 31
Octal 161 101 272 47 101 0 33 410 60 61
Binary 1110001 1000001 10111010 100111 1000001 0 11011 100001000 110000 110001

Color Harmonies of #7141BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7141BA

Black with #7141BA

Text Example


Text Example

White with #7141BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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