Html Css Color HEX #7228BB Purple Heart

📋 copy color: '#7228BB'

red 114 ◦ green 40 ◦ blue 187

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

Shades of Purple Heart #7228BB

Tints of Purple Heart #7228BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 33.43%
G = 11.73%
B = 54.84%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7228BB (or 0x7228BB) is known color: Purple Heart. HEX triplet: 72, 28 and BB. RGB value is (114,40,187). Sum of RGB (Red+Green+Blue) = 114+40+187=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #7228BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7228BB is #8DD744. Grayscale: #4E4E4E. Windows color (decimal): -9295685 or 12265586. OLE color: 12265586.

HSL color Cylindrical-coordinate representation of color #7228BB: hue angle of 270.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7228BB is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 40 187 -
CMYK 0.39 0.79 0 0.27
HSL 270.2º 0.65% 0.45% -
HSV(B) 270.2º 0.79% 0.73% -
XYZ 16.67 8.68 47.81 -
YUV 78.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 114 40 187 0.39 0.79 0 0.27 270.2 0.65 0.45
Hex 72 28 BB 27 4F 0 1B 10E 41 2D
Octal 162 50 273 47 117 0 33 416 101 55
Binary 1110010 101000 10111011 100111 1001111 0 11011 100001110 1000001 101101

Color Harmonies of #7228BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7228BB

Black with #7228BB

Text Example


Text Example

White with #7228BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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