Html Css Color HEX #7219CE Purple Heart

📋 copy color: '#7219CE'

red 114 ◦ green 25 ◦ blue 206

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

Shades of Purple Heart #7219CE

Tints of Purple Heart #7219CE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.25%

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 33.04%
G = 7.25%
B = 59.71%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7219CE (or 0x7219CE) is known color: Purple Heart. HEX triplet: 72, 19 and CE. RGB value is (114,25,206). Sum of RGB (Red+Green+Blue) = 114+25+206=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #7219CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7219CE is #8DE631. Grayscale: #474747. Windows color (decimal): -9299506 or 13506930. OLE color: 13506930.

HSL color Cylindrical-coordinate representation of color #7219CE: hue angle of 269.5º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7219CE is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 25 206 -
CMYK 0.45 0.88 0 0.19
HSL 269.5º 0.78% 0.45% -
HSV(B) 269.5º 0.88% 0.81% -
XYZ 18.43 8.73 59.11 -
YUV 72.25 203.49 157.78 -
System Red Green Blue C M Y K H S L
Decimal 114 25 206 0.45 0.88 0 0.19 269.5 0.78 0.45
Hex 72 19 CE 2D 58 0 13 10E 4E 2D
Octal 162 31 316 55 130 0 23 416 116 55
Binary 1110010 11001 11001110 101101 1011000 0 10011 100001110 1001110 101101

Color Harmonies of #7219CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219CE

Black with #7219CE

Text Example


Text Example

White with #7219CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7219CE; }

 p { color: rgb(114,25,206); }

 H1.HeaderClassName
 {
   color: #7219CE;
 }
 .AnyTagClassName
 {
   color: #7219CE;
 }
</style>

background-color css

<style>
 a { background-color: #7219CE; }

 a { background-color: rgb(114,25,206); }

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

border-color css

<style>
 span { border-color: #7219CE; }

 span { border-color: rgb(114,25,206); }

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