Html Css Color HEX #5011CD Purple Heart

📋 copy color: '#5011CD'

red 80 ◦ green 17 ◦ blue 205

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

Shades of Purple Heart #5011CD

Tints of Purple Heart #5011CD

RGB

 RED value IS 80 (31.64% from 255) = 26.49%

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

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

R = 26.49%
G = 5.63%
B = 67.88%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5011CD (or 0x5011CD) is known color: Purple Heart. HEX triplet: 50, 11 and CD. RGB value is (80,17,205). Sum of RGB (Red+Green+Blue) = 80+17+205=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #5011CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5011CD is #AFEE32. Grayscale: #383838. Windows color (decimal): -11529779 or 13439312. OLE color: 13439312.

HSL color Cylindrical-coordinate representation of color #5011CD: hue angle of 260.11º 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 #5011CD is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 17 205 -
CMYK 0.61 0.92 0 0.20
HSL 260.11º 0.85% 0.44% -
HSV(B) 260.11º 0.92% 0.8% -
XYZ 14.53 6.51 58.25 -
YUV 57.27 211.37 144.21 -
System Red Green Blue C M Y K H S L
Decimal 80 17 205 0.61 0.92 0 0.20 260.11 0.85 0.44
Hex 50 11 CD 3D 5C 0 14 104 55 2C
Octal 120 21 315 75 134 0 24 404 125 54
Binary 1010000 10001 11001101 111101 1011100 0 10100 100000100 1010101 101100

Color Harmonies of #5011CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5011CD

Black with #5011CD

Text Example


Text Example

White with #5011CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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