Html Css Color HEX #7227BB Purple Heart

📋 copy color: '#7227BB'

red 114 ◦ green 39 ◦ blue 187

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

Shades of Purple Heart #7227BB

Tints of Purple Heart #7227BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

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

R = 33.53%
G = 11.47%
B = 55%

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

#7227BB (or 0x7227BB) is known color: Purple Heart. HEX triplet: 72, 27 and BB. RGB value is (114,39,187). Sum of RGB (Red+Green+Blue) = 114+39+187=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #7227BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7227BB is #8DD844. Grayscale: #4D4D4D. Windows color (decimal): -9295941 or 12265330. OLE color: 12265330.

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

Color convert

RGB 114 39 187 -
CMYK 0.39 0.79 0 0.27
HSL 270.41º 0.65% 0.44% -
HSV(B) 270.41º 0.79% 0.73% -
XYZ 16.63 8.62 47.8 -
YUV 78.3 189.35 153.47 -
System Red Green Blue C M Y K H S L
Decimal 114 39 187 0.39 0.79 0 0.27 270.41 0.65 0.44
Hex 72 27 BB 27 4F 0 1B 10E 41 2C
Octal 162 47 273 47 117 0 33 416 101 54
Binary 1110010 100111 10111011 100111 1001111 0 11011 100001110 1000001 101100

Color Harmonies of #7227BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7227BB

Black with #7227BB

Text Example


Text Example

White with #7227BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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