#4113CD

Color #4113CD Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4113CD

Tints of Purple Heart #4113CD

Color information

#4113CD (or 0x4113CD) is unknown color: approx Purple Heart. HEX triplet: 41, 13 and CD. RGB value is (65,19,205). Sum of RGB (Red+Green+Blue) = 65+19+205=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #4113CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113CD is #BEEC32. Grayscale: #353535. Windows color (decimal): -12512307 or 13439809. OLE color: 13439809.

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

Color convert

RGB6519205-
CMYK0.680.9100.20
HSL254.84º83.04%43.92%-
HSV(B)254.84º90.73%80.39%-
XYZ13.43658.21-
YUV53.96213.24135.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 205 (80.47% from 255) = 70.93%
R=22.49%
G=6.57%
B=70.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65192050.680.9100.20254.8483.0443.92
Hex4113CD445B014ff532c
Octal1012331510413302437712354
Binary1000001100111100110110001001011011010100111111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4113CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,19,205); }

 H1.HeaderClassName
 {
   color: #4113CD;
 }
 .AnyTagClassName
 {
   color: #4113CD;
 }
</style>
background-color css

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

 a { background-color: rgb(65,19,205); }

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

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

 span { border-color: rgb(65,19,205); }

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