Html Css Color HEX #7228B6 Purple Heart

📋 copy color: '#7228B6'

red 114 ◦ green 40 ◦ blue 182

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

Shades of Purple Heart #7228B6

Tints of Purple Heart #7228B6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.9%

 BLUE value IS 182 (71.48% from 255) = 54.17%

R = 33.93%
G = 11.9%
B = 54.17%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7228B6 (or 0x7228B6) is known color: Purple Heart. HEX triplet: 72, 28 and B6. RGB value is (114,40,182). Sum of RGB (Red+Green+Blue) = 114+40+182=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #7228B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7228B6 is #8DD749. Grayscale: #4D4D4D. Windows color (decimal): -9295690 or 11937906. OLE color: 11937906.

HSL color Cylindrical-coordinate representation of color #7228B6: hue angle of 271.27º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7228B6 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 40 182 -
CMYK 0.37 0.78 0 0.29
HSL 271.27º 0.64% 0.44% -
HSV(B) 271.27º 0.78% 0.71% -
XYZ 16.14 8.47 45.04 -
YUV 78.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 114 40 182 0.37 0.78 0 0.29 271.27 0.64 0.44
Hex 72 28 B6 25 4E 0 1D 10F 40 2C
Octal 162 50 266 45 116 0 35 417 100 54
Binary 1110010 101000 10110110 100101 1001110 0 11101 100001111 1000000 101100

Color Harmonies of #7228B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7228B6

Black with #7228B6

Text Example


Text Example

White with #7228B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7228B6; }

 p { color: rgb(114,40,182); }

 H1.HeaderClassName
 {
   color: #7228B6;
 }
 .AnyTagClassName
 {
   color: #7228B6;
 }
</style>

background-color css

<style>
 a { background-color: #7228B6; }

 a { background-color: rgb(114,40,182); }

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

border-color css

<style>
 span { border-color: #7228B6; }

 span { border-color: rgb(114,40,182); }

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