Html Css Color HEX #7217AB Purple Heart

📋 copy color: '#7217AB'

red 114 ◦ green 23 ◦ blue 171

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

Shades of Purple Heart #7217AB

Tints of Purple Heart #7217AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 37.01%
G = 7.47%
B = 55.52%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7217AB (or 0x7217AB) is known color: Purple Heart. HEX triplet: 72, 17 and AB. RGB value is (114,23,171). Sum of RGB (Red+Green+Blue) = 114+23+171=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #7217AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7217AB is #8DE854. Grayscale: #424242. Windows color (decimal): -9300053 or 11212658. OLE color: 11212658.

HSL color Cylindrical-coordinate representation of color #7217AB: hue angle of 276.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7217AB is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 23 171 -
CMYK 0.33 0.87 0 0.33
HSL 276.89º 0.76% 0.38% -
HSV(B) 276.89º 0.87% 0.67% -
XYZ 14.6 7.13 39.14 -
YUV 67.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 114 23 171 0.33 0.87 0 0.33 276.89 0.76 0.38
Hex 72 17 AB 21 57 0 21 115 4C 26
Octal 162 27 253 41 127 0 41 425 114 46
Binary 1110010 10111 10101011 100001 1010111 0 100001 100010101 1001100 100110

Color Harmonies of #7217AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7217AB

Black with #7217AB

Text Example


Text Example

White with #7217AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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