Html Css Color HEX #7341BA Purple Heart

📋 copy color: '#7341BA'

red 115 ◦ green 65 ◦ blue 186

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

Shades of Purple Heart #7341BA

Tints of Purple Heart #7341BA

RGB

 RED value IS 115 (45.31% from 255) = 31.42%

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

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

R = 31.42%
G = 17.76%
B = 50.82%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7341BA (or 0x7341BA) is known color: Purple Heart. HEX triplet: 73, 41 and BA. RGB value is (115,65,186). Sum of RGB (Red+Green+Blue) = 115+65+186=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #7341BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341BA is #8CBE45. Grayscale: #5D5D5D. Windows color (decimal): -9223750 or 12206451. OLE color: 12206451.

HSL color Cylindrical-coordinate representation of color #7341BA: hue angle of 264.79º 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 #7341BA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 65 186 -
CMYK 0.38 0.65 0 0.27
HSL 264.79º 0.48% 0.49% -
HSV(B) 264.79º 0.65% 0.73% -
XYZ 17.82 10.97 47.63 -
YUV 93.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 115 65 186 0.38 0.65 0 0.27 264.79 0.48 0.49
Hex 73 41 BA 26 41 0 1B 109 30 31
Octal 163 101 272 46 101 0 33 411 60 61
Binary 1110011 1000001 10111010 100110 1000001 0 11011 100001001 110000 110001

Color Harmonies of #7341BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7341BA

Black with #7341BA

Text Example


Text Example

White with #7341BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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