Html Css Color HEX #7229BF Purple Heart

📋 copy color: '#7229BF'

red 114 ◦ green 41 ◦ blue 191

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

Shades of Purple Heart #7229BF

Tints of Purple Heart #7229BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

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

R = 32.95%
G = 11.85%
B = 55.2%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7229BF (or 0x7229BF) is known color: Purple Heart. HEX triplet: 72, 29 and BF. RGB value is (114,41,191). Sum of RGB (Red+Green+Blue) = 114+41+191=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #7229BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7229BF is #8DD640. Grayscale: #4F4F4F. Windows color (decimal): -9295425 or 12527986. OLE color: 12527986.

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

Color convert

RGB 114 41 191 -
CMYK 0.40 0.79 0 0.25
HSL 269.2º 0.65% 0.45% -
HSV(B) 269.2º 0.79% 0.75% -
XYZ 17.14 8.92 50.11 -
YUV 79.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 114 41 191 0.40 0.79 0 0.25 269.2 0.65 0.45
Hex 72 29 BF 28 4F 0 19 10D 41 2D
Octal 162 51 277 50 117 0 31 415 101 55
Binary 1110010 101001 10111111 101000 1001111 0 11001 100001101 1000001 101101

Color Harmonies of #7229BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7229BF

Black with #7229BF

Text Example


Text Example

White with #7229BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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