Html Css Color HEX #7219CF Purple Heart

📋 copy color: '#7219CF'

red 114 ◦ green 25 ◦ blue 207

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

Shades of Purple Heart #7219CF

Tints of Purple Heart #7219CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.83%

R = 32.95%
G = 7.23%
B = 59.83%

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

#7219CF (or 0x7219CF) is known color: Purple Heart. HEX triplet: 72, 19 and CF. RGB value is (114,25,207). Sum of RGB (Red+Green+Blue) = 114+25+207=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #7219CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7219CF is #8DE630. Grayscale: #474747. Windows color (decimal): -9299505 or 13572466. OLE color: 13572466.

HSL color Cylindrical-coordinate representation of color #7219CF: hue angle of 269.34º 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 #7219CF is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 25 207 -
CMYK 0.45 0.88 0 0.19
HSL 269.34º 0.78% 0.45% -
HSV(B) 269.34º 0.88% 0.81% -
XYZ 18.55 8.78 59.75 -
YUV 72.36 203.99 157.7 -
System Red Green Blue C M Y K H S L
Decimal 114 25 207 0.45 0.88 0 0.19 269.34 0.78 0.45
Hex 72 19 CF 2D 58 0 13 10D 4E 2D
Octal 162 31 317 55 130 0 23 415 116 55
Binary 1110010 11001 11001111 101101 1011000 0 10011 100001101 1001110 101101

Color Harmonies of #7219CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219CF

Black with #7219CF

Text Example


Text Example

White with #7219CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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