Html Css Color HEX #7339BF Purple Heart

📋 copy color: '#7339BF'

red 115 ◦ green 57 ◦ blue 191

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

Shades of Purple Heart #7339BF

Tints of Purple Heart #7339BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

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

R = 31.68%
G = 15.7%
B = 52.62%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7339BF (or 0x7339BF) is known color: Purple Heart. HEX triplet: 73, 39 and BF. RGB value is (115,57,191). Sum of RGB (Red+Green+Blue) = 115+57+191=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #7339BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7339BF is #8CC640. Grayscale: #595959. Windows color (decimal): -9225793 or 12532083. OLE color: 12532083.

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

Color convert

RGB 115 57 191 -
CMYK 0.40 0.70 0 0.25
HSL 265.97º 0.54% 0.49% -
HSV(B) 265.97º 0.7% 0.75% -
XYZ 17.94 10.33 50.34 -
YUV 89.62 185.22 146.1 -
System Red Green Blue C M Y K H S L
Decimal 115 57 191 0.40 0.70 0 0.25 265.97 0.54 0.49
Hex 73 39 BF 28 46 0 19 10A 36 31
Octal 163 71 277 50 106 0 31 412 66 61
Binary 1110011 111001 10111111 101000 1000110 0 11001 100001010 110110 110001

Color Harmonies of #7339BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7339BF

Black with #7339BF

Text Example


Text Example

White with #7339BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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