Html Css Color HEX #7119CC Purple Heart

📋 copy color: '#7119CC'

red 113 ◦ green 25 ◦ blue 204

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

Shades of Purple Heart #7119CC

Tints of Purple Heart #7119CC

RGB

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

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

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

R = 33.04%
G = 7.31%
B = 59.65%

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

#7119CC (or 0x7119CC) is known color: Purple Heart. HEX triplet: 71, 19 and CC. RGB value is (113,25,204). Sum of RGB (Red+Green+Blue) = 113+25+204=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #7119CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7119CC is #8EE633. Grayscale: #474747. Windows color (decimal): -9365044 or 13375857. OLE color: 13375857.

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

Color convert

RGB 113 25 204 -
CMYK 0.45 0.88 0 0.2
HSL 269.5º 0.78% 0.45% -
HSV(B) 269.5º 0.88% 0.8% -
XYZ 18.06 8.57 57.83 -
YUV 71.72 202.65 157.45 -
System Red Green Blue C M Y K H S L
Decimal 113 25 204 0.45 0.88 0 0.2 269.5 0.78 0.45
Hex 71 19 CC 2D 58 0 14 10D 4E 2D
Octal 161 31 314 55 130 0 24 415 116 55
Binary 1110001 11001 11001100 101101 1011000 0 10100 100001101 1001110 101101

Color Harmonies of #7119CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119CC

Black with #7119CC

Text Example


Text Example

White with #7119CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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