Html Css Color HEX #7247BE Purple Heart

📋 copy color: '#7247BE'

red 114 ◦ green 71 ◦ blue 190

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

Shades of Purple Heart #7247BE

Tints of Purple Heart #7247BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 30.4%
G = 18.93%
B = 50.67%

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

#7247BE (or 0x7247BE) is known color: Purple Heart. HEX triplet: 72, 47 and BE. RGB value is (114,71,190). Sum of RGB (Red+Green+Blue) = 114+71+190=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #7247BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7247BE is #8DB841. Grayscale: #606060. Windows color (decimal): -9287746 or 12470130. OLE color: 12470130.

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

Color convert

RGB 114 71 190 -
CMYK 0.40 0.63 0 0.25
HSL 261.68º 0.48% 0.51% -
HSV(B) 261.68º 0.63% 0.75% -
XYZ 18.49 11.8 50.02 -
YUV 97.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 114 71 190 0.40 0.63 0 0.25 261.68 0.48 0.51
Hex 72 47 BE 28 3F 0 19 106 30 33
Octal 162 107 276 50 77 0 31 406 60 63
Binary 1110010 1000111 10111110 101000 111111 0 11001 100000110 110000 110011

Color Harmonies of #7247BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7247BE

Black with #7247BE

Text Example


Text Example

White with #7247BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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