Html Css Color HEX #7219CC Purple Heart

📋 copy color: '#7219CC'

red 114 ◦ green 25 ◦ blue 204

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

Shades of Purple Heart #7219CC

Tints of Purple Heart #7219CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.48%

R = 33.24%
G = 7.29%
B = 59.48%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7219CC (or 0x7219CC) is known color: Purple Heart. HEX triplet: 72, 19 and CC. RGB value is (114,25,204). Sum of RGB (Red+Green+Blue) = 114+25+204=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #7219CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7219CC is #8DE633. Grayscale: #474747. Windows color (decimal): -9299508 or 13375858. OLE color: 13375858.

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

Color convert

RGB 114 25 204 -
CMYK 0.44 0.88 0 0.2
HSL 269.83º 0.78% 0.45% -
HSV(B) 269.83º 0.88% 0.8% -
XYZ 18.19 8.63 57.83 -
YUV 72.02 202.49 157.95 -
System Red Green Blue C M Y K H S L
Decimal 114 25 204 0.44 0.88 0 0.2 269.83 0.78 0.45
Hex 72 19 CC 2C 58 0 14 10E 4E 2D
Octal 162 31 314 54 130 0 24 416 116 55
Binary 1110010 11001 11001100 101100 1011000 0 10100 100001110 1001110 101101

Color Harmonies of #7219CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219CC

Black with #7219CC

Text Example


Text Example

White with #7219CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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