Html Css Color HEX #7340BA Purple Heart

📋 copy color: '#7340BA'

red 115 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #7340BA

Tints of Purple Heart #7340BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.53%

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

R = 31.51%
G = 17.53%
B = 50.96%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7340BA (or 0x7340BA) is known color: Purple Heart. HEX triplet: 73, 40 and BA. RGB value is (115,64,186). Sum of RGB (Red+Green+Blue) = 115+64+186=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #7340BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340BA is #8CBF45. Grayscale: #5C5C5C. Windows color (decimal): -9224006 or 12206195. OLE color: 12206195.

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

Color convert

RGB 115 64 186 -
CMYK 0.38 0.66 0 0.27
HSL 265.08º 0.49% 0.49% -
HSV(B) 265.08º 0.66% 0.73% -
XYZ 17.77 10.86 47.61 -
YUV 93.16 180.4 143.58 -
System Red Green Blue C M Y K H S L
Decimal 115 64 186 0.38 0.66 0 0.27 265.08 0.49 0.49
Hex 73 40 BA 26 42 0 1B 109 31 31
Octal 163 100 272 46 102 0 33 411 61 61
Binary 1110011 1000000 10111010 100110 1000010 0 11011 100001001 110001 110001

Color Harmonies of #7340BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7340BA

Black with #7340BA

Text Example


Text Example

White with #7340BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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