Html Css Color HEX #7247BF Purple Heart

📋 copy color: '#7247BF'

red 114 ◦ green 71 ◦ blue 191

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

Shades of Purple Heart #7247BF

Tints of Purple Heart #7247BF

RGB

 RED value IS 114 (44.92% from 255) = 30.32%

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

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

R = 30.32%
G = 18.88%
B = 50.8%

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

#7247BF (or 0x7247BF) is known color: Purple Heart. HEX triplet: 72, 47 and BF. RGB value is (114,71,191). Sum of RGB (Red+Green+Blue) = 114+71+191=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #7247BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7247BF is #8DB840. Grayscale: #616161. Windows color (decimal): -9287745 or 12535666. OLE color: 12535666.

HSL color Cylindrical-coordinate representation of color #7247BF: hue angle of 261.5º 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 #7247BF is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 71 191 -
CMYK 0.40 0.63 0 0.25
HSL 261.5º 0.48% 0.51% -
HSV(B) 261.5º 0.63% 0.75% -
XYZ 18.6 11.85 50.6 -
YUV 97.54 180.75 139.74 -
System Red Green Blue C M Y K H S L
Decimal 114 71 191 0.40 0.63 0 0.25 261.5 0.48 0.51
Hex 72 47 BF 28 3F 0 19 106 30 33
Octal 162 107 277 50 77 0 31 406 60 63
Binary 1110010 1000111 10111111 101000 111111 0 11001 100000110 110000 110011

Color Harmonies of #7247BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7247BF

Black with #7247BF

Text Example


Text Example

White with #7247BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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