Html Css Color HEX #7111CD Purple Heart

📋 copy color: '#7111CD'

red 113 ◦ green 17 ◦ blue 205

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

Shades of Purple Heart #7111CD

Tints of Purple Heart #7111CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.07%

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

R = 33.73%
G = 5.07%
B = 61.19%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7111CD (or 0x7111CD) is known color: Purple Heart. HEX triplet: 71, 11 and CD. RGB value is (113,17,205). Sum of RGB (Red+Green+Blue) = 113+17+205=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #7111CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7111CD is #8EEE32. Grayscale: #424242. Windows color (decimal): -9367091 or 13439345. OLE color: 13439345.

HSL color Cylindrical-coordinate representation of color #7111CD: hue angle of 270.64º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7111CD is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 17 205 -
CMYK 0.45 0.92 0 0.20
HSL 270.64º 0.85% 0.44% -
HSV(B) 270.64º 0.92% 0.8% -
XYZ 18.03 8.32 58.41 -
YUV 67.14 205.8 160.71 -
System Red Green Blue C M Y K H S L
Decimal 113 17 205 0.45 0.92 0 0.20 270.64 0.85 0.44
Hex 71 11 CD 2D 5C 0 14 10F 55 2C
Octal 161 21 315 55 134 0 24 417 125 54
Binary 1110001 10001 11001101 101101 1011100 0 10100 100001111 1010101 101100

Color Harmonies of #7111CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7111CD

Black with #7111CD

Text Example


Text Example

White with #7111CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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