Html Css Color HEX #7347BF Purple Heart

📋 copy color: '#7347BF'

red 115 ◦ green 71 ◦ blue 191

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

Shades of Purple Heart #7347BF

Tints of Purple Heart #7347BF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

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

R = 30.5%
G = 18.83%
B = 50.66%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7347BF (or 0x7347BF) is known color: Purple Heart. HEX triplet: 73, 47 and BF. RGB value is (115,71,191). Sum of RGB (Red+Green+Blue) = 115+71+191=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #7347BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347BF is #8CB840. Grayscale: #616161. Windows color (decimal): -9222209 or 12535667. OLE color: 12535667.

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

Color convert

RGB 115 71 191 -
CMYK 0.40 0.63 0 0.25
HSL 262º 0.48% 0.51% -
HSV(B) 262º 0.63% 0.75% -
XYZ 18.73 11.91 50.6 -
YUV 97.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 115 71 191 0.40 0.63 0 0.25 262 0.48 0.51
Hex 73 47 BF 28 3F 0 19 106 30 33
Octal 163 107 277 50 77 0 31 406 60 63
Binary 1110011 1000111 10111111 101000 111111 0 11001 100000110 110000 110011

Color Harmonies of #7347BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7347BF

Black with #7347BF

Text Example


Text Example

White with #7347BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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