Html Css Color HEX #7217D1 Purple Heart

📋 copy color: '#7217D1'

red 114 ◦ green 23 ◦ blue 209

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

Shades of Purple Heart #7217D1

Tints of Purple Heart #7217D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 60.4%

R = 32.95%
G = 6.65%
B = 60.4%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7217D1 (or 0x7217D1) is known color: Purple Heart. HEX triplet: 72, 17 and D1. RGB value is (114,23,209). Sum of RGB (Red+Green+Blue) = 114+23+209=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 209 (82.03% from 255 or 60.40% from 346); Max value from RGB is 209 - color contains mainly: blue. Hex color #7217D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7217D1 is #8DE82E. Grayscale: #464646. Windows color (decimal): -9300015 or 13703026. OLE color: 13703026.

HSL color Cylindrical-coordinate representation of color #7217D1: hue angle of 269.35º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7217D1 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 23 209 -
CMYK 0.45 0.89 0 0.18
HSL 269.35º 0.8% 0.45% -
HSV(B) 269.35º 0.89% 0.82% -
XYZ 18.75 8.79 61.03 -
YUV 71.41 205.65 158.38 -
System Red Green Blue C M Y K H S L
Decimal 114 23 209 0.45 0.89 0 0.18 269.35 0.8 0.45
Hex 72 17 D1 2D 59 0 12 10D 50 2D
Octal 162 27 321 55 131 0 22 415 120 55
Binary 1110010 10111 11010001 101101 1011001 0 10010 100001101 1010000 101101

Color Harmonies of #7217D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7217D1

Black with #7217D1

Text Example


Text Example

White with #7217D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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