#4117CA

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

Shades of Purple Heart #4117CA

Tints of Purple Heart #4117CA

Color information

#4117CA (or 0x4117CA) is unknown color: approx Purple Heart. HEX triplet: 41, 17 and CA. RGB value is (65,23,202). Sum of RGB (Red+Green+Blue) = 65+23+202=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #4117CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4117CA is #BEE835. Grayscale: #373737. Windows color (decimal): -12511286 or 13244225. OLE color: 13244225.

HSL color Cylindrical-coordinate representation of color #4117CA: hue angle of 254.08º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4117CA is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6523202-
CMYK0.680.8900.21
HSL254.08º79.56%44.12%-
HSV(B)254.08º88.61%79.22%-
XYZ13.15656.34-
YUV55.96210.41134.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.41%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 202 (79.30% from 255) = 69.66%
R=22.41%
G=7.93%
B=69.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65232020.680.8900.21254.0879.5644.12
Hex4117CA4459015fe502c
Octal1012731210413102537612054
Binary1000001101111100101010001001011001010101111111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4117CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4117CA; }

 p { color: rgb(65,23,202); }

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

<style>
 a { background-color: #4117CA; }

 a { background-color: rgb(65,23,202); }

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

<style>
 span { border-color: #4117CA; }

 span { border-color: rgb(65,23,202); }

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