Html Css Color HEX #7019CC Purple Heart

📋 copy color: '#7019CC'

red 112 ◦ green 25 ◦ blue 204

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

Shades of Purple Heart #7019CC

Tints of Purple Heart #7019CC

RGB

 RED value IS 112 (44.14% from 255) = 32.84%

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

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

R = 32.84%
G = 7.33%
B = 59.82%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7019CC (or 0x7019CC) is known color: Purple Heart. HEX triplet: 70, 19 and CC. RGB value is (112,25,204). Sum of RGB (Red+Green+Blue) = 112+25+204=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #7019CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7019CC is #8FE633. Grayscale: #464646. Windows color (decimal): -9430580 or 13375856. OLE color: 13375856.

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

Color convert

RGB 112 25 204 -
CMYK 0.45 0.88 0 0.2
HSL 269.16º 0.78% 0.45% -
HSV(B) 269.16º 0.88% 0.8% -
XYZ 17.93 8.5 57.82 -
YUV 71.42 202.82 156.95 -
System Red Green Blue C M Y K H S L
Decimal 112 25 204 0.45 0.88 0 0.2 269.16 0.78 0.45
Hex 70 19 CC 2D 58 0 14 10D 4E 2D
Octal 160 31 314 55 130 0 24 415 116 55
Binary 1110000 11001 11001100 101101 1011000 0 10100 100001101 1001110 101101

Color Harmonies of #7019CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7019CC

Black with #7019CC

Text Example


Text Example

White with #7019CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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