Html Css Color HEX #7141BF Purple Heart

📋 copy color: '#7141BF'

red 113 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #7141BF

Tints of Purple Heart #7141BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.76%

R = 30.62%
G = 17.62%
B = 51.76%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7141BF (or 0x7141BF) is known color: Purple Heart. HEX triplet: 71, 41 and BF. RGB value is (113,65,191). Sum of RGB (Red+Green+Blue) = 113+65+191=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #7141BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7141BF is #8EBE40. Grayscale: #5D5D5D. Windows color (decimal): -9354817 or 12534129. OLE color: 12534129.

HSL color Cylindrical-coordinate representation of color #7141BF: hue angle of 262.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7141BF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 65 191 -
CMYK 0.41 0.66 0 0.25
HSL 262.86º 0.5% 0.5% -
HSV(B) 262.86º 0.66% 0.75% -
XYZ 18.1 11.05 50.47 -
YUV 93.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 113 65 191 0.41 0.66 0 0.25 262.86 0.5 0.5
Hex 71 41 BF 29 42 0 19 107 32 32
Octal 161 101 277 51 102 0 31 407 62 62
Binary 1110001 1000001 10111111 101001 1000010 0 11001 100000111 110010 110010

Color Harmonies of #7141BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7141BF

Black with #7141BF

Text Example


Text Example

White with #7141BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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