Html Css Color HEX #7341B9 Purple Heart

📋 copy color: '#7341B9'

red 115 ◦ green 65 ◦ blue 185

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

Shades of Purple Heart #7341B9

Tints of Purple Heart #7341B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 31.51%
G = 17.81%
B = 50.68%

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

#7341B9 (or 0x7341B9) is known color: Purple Heart. HEX triplet: 73, 41 and B9. RGB value is (115,65,185). Sum of RGB (Red+Green+Blue) = 115+65+185=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #7341B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7341B9 is #8CBE46. Grayscale: #5D5D5D. Windows color (decimal): -9223751 or 12140915. OLE color: 12140915.

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

Color convert

RGB 115 65 185 -
CMYK 0.38 0.65 0 0.27
HSL 265º 0.48% 0.49% -
HSV(B) 265º 0.65% 0.73% -
XYZ 17.72 10.93 47.07 -
YUV 93.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 115 65 185 0.38 0.65 0 0.27 265 0.48 0.49
Hex 73 41 B9 26 41 0 1B 109 30 31
Octal 163 101 271 46 101 0 33 411 60 61
Binary 1110011 1000001 10111001 100110 1000001 0 11011 100001001 110000 110001

Color Harmonies of #7341B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7341B9

Black with #7341B9

Text Example


Text Example

White with #7341B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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