Html Css Color HEX #7343BF Purple Heart

📋 copy color: '#7343BF'

red 115 ◦ green 67 ◦ blue 191

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

Shades of Purple Heart #7343BF

Tints of Purple Heart #7343BF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.96%

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

R = 30.83%
G = 17.96%
B = 51.21%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7343BF (or 0x7343BF) is known color: Purple Heart. HEX triplet: 73, 43 and BF. RGB value is (115,67,191). Sum of RGB (Red+Green+Blue) = 115+67+191=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #7343BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7343BF is #8CBC40. Grayscale: #5F5F5F. Windows color (decimal): -9223233 or 12534643. OLE color: 12534643.

HSL color Cylindrical-coordinate representation of color #7343BF: hue angle of 263.23º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7343BF is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 67 191 -
CMYK 0.40 0.65 0 0.25
HSL 263.23º 0.49% 0.51% -
HSV(B) 263.23º 0.65% 0.75% -
XYZ 18.48 11.42 50.52 -
YUV 95.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 115 67 191 0.40 0.65 0 0.25 263.23 0.49 0.51
Hex 73 43 BF 28 41 0 19 107 31 33
Octal 163 103 277 50 101 0 31 407 61 63
Binary 1110011 1000011 10111111 101000 1000001 0 11001 100000111 110001 110011

Color Harmonies of #7343BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7343BF

Black with #7343BF

Text Example


Text Example

White with #7343BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,67,191); }

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

background-color css

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

 a { background-color: rgb(115,67,191); }

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

border-color css

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

 span { border-color: rgb(115,67,191); }

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