Html Css Color HEX #7119CD Purple Heart

📋 copy color: '#7119CD'

red 113 ◦ green 25 ◦ blue 205

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

Shades of Purple Heart #7119CD

Tints of Purple Heart #7119CD

RGB

 RED value IS 113 (44.53% from 255) = 32.94%

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

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 32.94%
G = 7.29%
B = 59.77%

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

#7119CD (or 0x7119CD) is known color: Purple Heart. HEX triplet: 71, 19 and CD. RGB value is (113,25,205). Sum of RGB (Red+Green+Blue) = 113+25+205=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #7119CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7119CD is #8EE632. Grayscale: #474747. Windows color (decimal): -9365043 or 13441393. OLE color: 13441393.

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

Color convert

RGB 113 25 205 -
CMYK 0.45 0.88 0 0.20
HSL 269.33º 0.78% 0.45% -
HSV(B) 269.33º 0.88% 0.8% -
XYZ 18.18 8.61 58.46 -
YUV 71.83 203.15 157.36 -
System Red Green Blue C M Y K H S L
Decimal 113 25 205 0.45 0.88 0 0.20 269.33 0.78 0.45
Hex 71 19 CD 2D 58 0 14 10D 4E 2D
Octal 161 31 315 55 130 0 24 415 116 55
Binary 1110001 11001 11001101 101101 1011000 0 10100 100001101 1001110 101101

Color Harmonies of #7119CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119CD

Black with #7119CD

Text Example


Text Example

White with #7119CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7119CD; }

 p { color: rgb(113,25,205); }

 H1.HeaderClassName
 {
   color: #7119CD;
 }
 .AnyTagClassName
 {
   color: #7119CD;
 }
</style>

background-color css

<style>
 a { background-color: #7119CD; }

 a { background-color: rgb(113,25,205); }

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

border-color css

<style>
 span { border-color: #7119CD; }

 span { border-color: rgb(113,25,205); }

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