Html Css Color HEX #7019CB Purple Heart

📋 copy color: '#7019CB'

red 112 ◦ green 25 ◦ blue 203

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

Shades of Purple Heart #7019CB

Tints of Purple Heart #7019CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.71%

R = 32.94%
G = 7.35%
B = 59.71%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7019CB (or 0x7019CB) is known color: Purple Heart. HEX triplet: 70, 19 and CB. RGB value is (112,25,203). Sum of RGB (Red+Green+Blue) = 112+25+203=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #7019CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7019CB is #8FE634. Grayscale: #464646. Windows color (decimal): -9430581 or 13310320. OLE color: 13310320.

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

Color convert

RGB 112 25 203 -
CMYK 0.45 0.88 0 0.20
HSL 269.33º 0.78% 0.45% -
HSV(B) 269.33º 0.88% 0.8% -
XYZ 17.81 8.45 57.19 -
YUV 71.31 202.32 157.03 -
System Red Green Blue C M Y K H S L
Decimal 112 25 203 0.45 0.88 0 0.20 269.33 0.78 0.45
Hex 70 19 CB 2D 58 0 14 10D 4E 2D
Octal 160 31 313 55 130 0 24 415 116 55
Binary 1110000 11001 11001011 101101 1011000 0 10100 100001101 1001110 101101

Color Harmonies of #7019CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7019CB

Black with #7019CB

Text Example


Text Example

White with #7019CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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