Html Css Color HEX #7124BF Purple Heart

📋 copy color: '#7124BF'

red 113 ◦ green 36 ◦ blue 191

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

Shades of Purple Heart #7124BF

Tints of Purple Heart #7124BF

RGB

 RED value IS 113 (44.53% from 255) = 33.24%

 GREEN value IS 36 (14.45% from 255) = 10.59%

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

R = 33.24%
G = 10.59%
B = 56.18%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7124BF (or 0x7124BF) is known color: Purple Heart. HEX triplet: 71, 24 and BF. RGB value is (113,36,191). Sum of RGB (Red+Green+Blue) = 113+36+191=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #7124BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124BF is #8EDB40. Grayscale: #4C4C4C. Windows color (decimal): -9362241 or 12526705. OLE color: 12526705.

HSL color Cylindrical-coordinate representation of color #7124BF: hue angle of 269.81º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7124BF is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 36 191 -
CMYK 0.41 0.81 0 0.25
HSL 269.81º 0.68% 0.45% -
HSV(B) 269.81º 0.81% 0.75% -
XYZ 16.84 8.53 50.05 -
YUV 76.69 192.51 153.9 -
System Red Green Blue C M Y K H S L
Decimal 113 36 191 0.41 0.81 0 0.25 269.81 0.68 0.45
Hex 71 24 BF 29 51 0 19 10E 44 2D
Octal 161 44 277 51 121 0 31 416 104 55
Binary 1110001 100100 10111111 101001 1010001 0 11001 100001110 1000100 101101

Color Harmonies of #7124BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7124BF

Black with #7124BF

Text Example


Text Example

White with #7124BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,36,191); }

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

background-color css

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

 a { background-color: rgb(113,36,191); }

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

border-color css

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

 span { border-color: rgb(113,36,191); }

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