Html Css Color HEX #7223AB Purple Heart

📋 copy color: '#7223AB'

red 114 ◦ green 35 ◦ blue 171

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

Shades of Purple Heart #7223AB

Tints of Purple Heart #7223AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

 BLUE value IS 171 (67.19% from 255) = 53.44%

R = 35.63%
G = 10.94%
B = 53.44%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7223AB (or 0x7223AB) is known color: Purple Heart. HEX triplet: 72, 23 and AB. RGB value is (114,35,171). Sum of RGB (Red+Green+Blue) = 114+35+171=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #7223AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7223AB is #8DDC54. Grayscale: #494949. Windows color (decimal): -9296981 or 11215730. OLE color: 11215730.

HSL color Cylindrical-coordinate representation of color #7223AB: hue angle of 274.85º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7223AB is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 35 171 -
CMYK 0.33 0.80 0 0.33
HSL 274.85º 0.66% 0.4% -
HSV(B) 274.85º 0.8% 0.67% -
XYZ 14.89 7.72 39.23 -
YUV 74.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 114 35 171 0.33 0.80 0 0.33 274.85 0.66 0.4
Hex 72 23 AB 21 50 0 21 113 42 28
Octal 162 43 253 41 120 0 41 423 102 50
Binary 1110010 100011 10101011 100001 1010000 0 100001 100010011 1000010 101000

Color Harmonies of #7223AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7223AB

Black with #7223AB

Text Example


Text Example

White with #7223AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7223AB; }

 p { color: rgb(114,35,171); }

 H1.HeaderClassName
 {
   color: #7223AB;
 }
 .AnyTagClassName
 {
   color: #7223AB;
 }
</style>

background-color css

<style>
 a { background-color: #7223AB; }

 a { background-color: rgb(114,35,171); }

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

border-color css

<style>
 span { border-color: #7223AB; }

 span { border-color: rgb(114,35,171); }

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